summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Alex Henrie <alexhenrie24@gmail.com>2021-05-18 00:18:55 -0600
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-05-20 13:36:33 +0900
commit09667e95163a9d51e569c50b1fdfc78d0a002c23 (patch)
tree60af322ac9023d6979fe2f4458b38a87b5b2b5f9 /builtin
parentA handful more topics before -rc1 (diff)
downloadtgif-09667e95163a9d51e569c50b1fdfc78d0a002c23.tar.xz
fetch: improve grammar of "shallow roots" message
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/fetch.c2
1 files changed, 1 insertions, 1 deletions
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;
}