Skip to content

Commit 6ea71fe

Browse files
committed
Merge branch 'maint'
* maint: push: re-flow non-fast-forward message push: fix english in non-fast-forward message
2 parents 3fb9d58 + 14b772a commit 6ea71fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builtin-push.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ static int do_push(const char *repo, int flags)
158158

159159
error("failed to push some refs to '%s'", url[i]);
160160
if (nonfastforward) {
161-
printf("To prevent you from losing history, non-fast-forward updates were rejected.\n"
162-
"Merge the remote changes before pushing again.\n"
163-
"See 'non-fast forward' section of 'git push --help' for details.\n");
161+
printf("To prevent you from losing history, non-fast-forward updates were rejected\n"
162+
"Merge the remote changes before pushing again. See the 'non-fast forward'\n"
163+
"section of 'git push --help' for details.\n");
164164
}
165165
errs++;
166166
}

0 commit comments

Comments
 (0)