Code

Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-at-eof
[git.git] / builtin-push.c
index 50328f4b08e6fc69bb80a9649df2065efb0a9b2c..f8376cffa447a796794983b56e44592be6a87b80 100644 (file)
@@ -158,9 +158,9 @@ static int do_push(const char *repo, int flags)
 
                error("failed to push some refs to '%s'", url[i]);
                if (nonfastforward) {
-                       printf("To prevent you from losing history, non-fast-forward updates were rejected.\n"
-                              "Merge the remote changes before pushing again.\n"
-                              "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");
                }
                errs++;
        }