Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  push: re-flow non-fast-forward message
  push: fix english in non-fast-forward message
  • Loading branch information
Junio C Hamano committed Sep 6, 2009
2 parents 3fb9d58 + 14b772a commit 6ea71fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builtin-push.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
}
Expand Down

0 comments on commit 6ea71fe

Please sign in to comment.