X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-push.c;h=356d7c1fd3a6fae9558e93eb4f240242a60da368;hb=ad75ebe5b3f10e77f1150d2d8111e6a60cb9039a;hp=752121f2479eb9d3d9e60726645f204f676a5bd3;hpb=578e5efd46efdacd4b48cb2e72b007f72de3cd9b;p=git.git diff --git a/builtin-push.c b/builtin-push.c index 752121f24..356d7c1fd 100644 --- a/builtin-push.c +++ b/builtin-push.c @@ -158,7 +158,7 @@ static int do_push(const char *repo, int flags) error("failed to push some refs to '%s'", url[i]); if (nonfastforward && advice_push_nonfastforward) { 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" + "Merge the remote changes before pushing again. See the 'non-fast-forward'\n" "section of 'git push --help' for details.\n"); } errs++;