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

Junio C Hamano committed Oct 24, 2014 at 15:26 UTC 86b0be18d61512aba73c84b6256752273cf73ebf
1 file changed +1
Reintegrate
+1
index 2be5bd659a..f6d32b55ed 100755 --- a/Reintegrate +++ b/Reintegrate @@ -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 ;;