Merge branch 'ah/fetch-reject-warning-grammofix'

Message update.

* ah/fetch-reject-warning-grammofix:
  fetch: improve grammar of "shallow roots" message
maint
Junio C Hamano 2021-06-10 12:04:27 +09:00
commit 3153c83c77
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}