X-Git-Url: https://git.octo.it/?p=git.git;a=blobdiff_plain;f=git-merge.sh;h=af1f25b3c51d197ea5fd24b7623dfb591f867133;hp=78ab422e4ef294d8bcffba91bb7e2116e381d98e;hb=HEAD;hpb=dcd0409fc545e881a61f522eb8f1d1a7e814eb94 diff --git a/git-merge.sh b/git-merge.sh index 78ab422e..af1f25b3 100755 --- a/git-merge.sh +++ b/git-merge.sh @@ -55,8 +55,7 @@ finish () { case "$no_summary" in '') - git-diff-tree -p -M "$head" "$1" | - git-apply --stat --summary + git-diff-tree -p --stat --summary -M "$head" "$1" ;; esac } @@ -335,5 +334,5 @@ Conflicts: then git-rerere fi - die "Automatic merge failed; fix up by hand" + die "Automatic merge failed; fix conflicts and then commit the result." fi