We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fb9d58 + 14b772a commit 6ea71feCopy full SHA for 6ea71fe
builtin-push.c
@@ -158,9 +158,9 @@ static int do_push(const char *repo, int flags)
158
159
error("failed to push some refs to '%s'", url[i]);
160
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");
+ printf("To prevent you from losing history, non-fast-forward updates were rejected\n"
+ "Merge the remote changes before pushing again. See the 'non-fast forward'\n"
+ "section of 'git push --help' for details.\n");
164
}
165
errs++;
166
0 commit comments