Skip to content

Commit e1f8f0c

Browse files
peffgitster
authored andcommitted
push: fix english in non-fast-forward message
We must use an article when referring to the section because it is a non-proper noun, and it must be the definite article because we are referring to a specific section. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bc29df6 commit e1f8f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-push.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ static int do_push(const char *repo, int flags)
160160
if (nonfastforward) {
161161
printf("To prevent you from losing history, non-fast-forward updates were rejected.\n"
162162
"Merge the remote changes before pushing again.\n"
163-
"See 'non-fast forward' section of 'git push --help' for details.\n");
163+
"See the 'non-fast forward' section of 'git push --help' for details.\n");
164164
}
165165
errs++;
166166
}

0 commit comments

Comments
 (0)