X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-push.c;h=f8376cffa447a796794983b56e44592be6a87b80;hb=cfe370c6476392095bc3f18013d195b1cccd6184;hp=86e1f920ff961bd37c8020b01013c65e048a6b64;hpb=e1f8f0cfbef594edd12aba13df8ec53d401ce944;p=git.git diff --git a/builtin-push.c b/builtin-push.c index 86e1f920f..f8376cffa 100644 --- a/builtin-push.c +++ b/builtin-push.c @@ -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++; }