diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-06-10 12:04:27 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-06-10 12:04:27 +0900 |
| commit | 3153c83c779c92ab823b1d10fe5f27f632760b74 (patch) | |
| tree | 15adf958e9dce7e4ecc0082a58fbbb27e9cb3a1d | |
| parent | 7ce7a617b91f14ecb005eccb38623f7fc411697b (diff) | |
| parent | 09667e95163a9d51e569c50b1fdfc78d0a002c23 (diff) | |
| download | git-3153c83c779c92ab823b1d10fe5f27f632760b74.tar.gz | |
Merge branch 'ah/fetch-reject-warning-grammofix'
Message update.
* ah/fetch-reject-warning-grammofix:
fetch: improve grammar of "shallow roots" message
| -rw-r--r-- | builtin/fetch.c | 2 |
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; } |
