From: Alex Henrie Date: Tue, 18 May 2021 06:18:55 +0000 (-0600) Subject: fetch: improve grammar of "shallow roots" message X-Git-Tag: v2.33.0-rc0~120^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09667e95163a9d51e569c50b1fdfc78d0a002c23;p=thirdparty%2Fgit.git fetch: improve grammar of "shallow roots" message Signed-off-by: Alex Henrie Signed-off-by: Junio C Hamano --- diff --git a/builtin/fetch.c b/builtin/fetch.c index dfde96a435..9191620e50 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -1126,7 +1126,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; }