Skip to content

Commit 3153c83

Browse files
committed
Merge branch 'ah/fetch-reject-warning-grammofix'
Message update. * ah/fetch-reject-warning-grammofix: fetch: improve grammar of "shallow roots" message
2 parents 7ce7a61 + 09667e9 commit 3153c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/fetch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ static int store_updated_refs(const char *raw_url, const char *remote_name,
11261126

11271127
if (rm->status == REF_STATUS_REJECT_SHALLOW) {
11281128
if (want_status == FETCH_HEAD_MERGE)
1129-
warning(_("reject %s because shallow roots are not allowed to be updated"),
1129+
warning(_("rejected %s because shallow roots are not allowed to be updated"),
11301130
rm->peer_ref ? rm->peer_ref->name : rm->name);
11311131
continue;
11321132
}

0 commit comments

Comments
 (0)