From: Alex Henrie <alexhenrie24@gmail.com> To: git@vger.kernel.org, pclouds@gmail.com, gitster@pobox.com Cc: Alex Henrie <alexhenrie24@gmail.com> Subject: [PATCH] fetch: improve grammar of "shallow roots" message Date: Tue, 18 May 2021 00:18:55 -0600 [thread overview] Message-ID: <20210518061855.57478-1-alexhenrie24@gmail.com> (raw) Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> --- builtin/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/fetch.c b/builtin/fetch.c index 97c4fe6e6d..c19a041526 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -1123,7 +1123,7 @@ static int store_updated_refs(const char *raw_url, const char *remote_name, if (rm->status == REF_STATUS_REJECT_SHALLOW) { if (want_status == FETCH_HEAD_MERGE) - warning(_("reject %s because shallow roots are not allowed to be updated"), + warning(_("rejected %s because shallow roots are not allowed to be updated"), rm->peer_ref ? rm->peer_ref->name : rm->name); continue; } -- 2.31.1
next reply other threads:[~2021-05-18 6:19 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-05-18 6:18 Alex Henrie [this message] 2021-05-19 1:17 ` Junio C Hamano 2021-05-19 13:55 ` Derrick Stolee 2021-05-20 2:22 ` Bagas Sanjaya 2021-05-20 4:02 ` Alex Henrie 2021-05-20 5:03 ` Bagas Sanjaya
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=20210518061855.57478-1-alexhenrie24@gmail.com \ --to=alexhenrie24@gmail.com \ --cc=git@vger.kernel.org \ --cc=gitster@pobox.com \ --cc=pclouds@gmail.com \ --subject='Re: [PATCH] fetch: improve grammar of "shallow roots" message' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).