From: Junio C Hamano <gitster@pobox.com>
To: "Jean-Noël Avila" <jn.avila@free.fr>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] help: fix small typo in error message
Date: Fri, 21 May 2021 07:53:07 +0900 [thread overview]
Message-ID: <xmqqbl95t3u4.fsf@gitster.g> (raw)
In-Reply-To: <20210520074214.40903-1-jn.avila@free.fr> ("Jean-Noël Avila"'s message of "Thu, 20 May 2021 09:42:14 +0200")
Jean-Noël Avila <jn.avila@free.fr> writes:
> Classic string concatenation while forgetting a space character.
>
> Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
> ---
> list-objects-filter-options.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks. This is a new message added in this round, so let's
fast-track this fix down.
> diff --git a/list-objects-filter-options.c b/list-objects-filter-options.c
> index 96a605c8ad..fd8d59f653 100644
> --- a/list-objects-filter-options.c
> +++ b/list-objects-filter-options.c
> @@ -102,7 +102,7 @@ static int gently_parse_list_objects_filter(
> } else if (skip_prefix(arg, "object:type=", &v0)) {
> int type = type_from_string_gently(v0, strlen(v0), 1);
> if (type < 0) {
> - strbuf_addf(errbuf, _("'%s' for 'object:type=<type>' is"
> + strbuf_addf(errbuf, _("'%s' for 'object:type=<type>' is "
> "not a valid object type"), v0);
> return 1;
> }
prev parent reply other threads:[~2021-05-20 22:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-20 7:42 [PATCH] help: fix small typo in error message Jean-Noël Avila
2021-05-20 21:36 ` Jonathan Nieder
2021-05-20 22:53 ` Junio C Hamano [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqbl95t3u4.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=jn.avila@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.