Code

push: re-flow non-fast-forward message
authorJeff King <peff@peff.net>
Sun, 6 Sep 2009 06:47:20 +0000 (02:47 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Sep 2009 07:39:15 +0000 (00:39 -0700)
The extreme raggedness of the right edge make this jarring
to read. Let's re-flow the text to fill the lines in a more
even way.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-push.c

index 86e1f920ff961bd37c8020b01013c65e048a6b64..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 the '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++;
        }