Skip to content

Commit 09667e9

Browse files
alexhenriegitster
authored andcommitted
fetch: improve grammar of "shallow roots" message
Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 88dd428 commit 09667e9

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)