Meta/Reintegrate: show what happened during the fix-up

This commit is contained in:
Junio C Hamano
2014-10-24 15:26:00 -07:00
parent d5617a42b0
commit 86b0be18d6

View File

@@ -167,6 +167,7 @@ no)
then
echo >&2 "Fixing up the merge"
git cherry-pick --no-commit "refs/merge-fix/$branch" &&
git diff --stat HEAD &&
EDITOR=: git commit --amend -a || exit
fi
;;