combine-diff: better hunk splitting.
[gitweb.git] / git-merge.sh
index 0a158ef779eb8717f27e632e31726f00586979ed..92e5a65cae6ebe8d9f9eef71277240e3fbe72315 100755 (executable)
@@ -301,5 +301,13 @@ then
        "Automatic merge went well; stopped before committing as requested"
        exit 0
 else
+       {
+           echo '
+Conflicts:
+'
+               git ls-files --unmerged |
+               sed -e 's/^[^   ]*      /       /' |
+               uniq
+       } >>"$GIT_DIR/MERGE_MSG"
        die "Automatic merge failed; fix up by hand"
 fi