git-rerere: reuse recorded resolve.
[git.git] / git-commit.sh
index 10946ed..9c94083 100755 (executable)
@@ -245,6 +245,7 @@ else
 fi
 ret="$?"
 rm -f "$GIT_DIR/COMMIT_MSG" "$GIT_DIR/COMMIT_EDITMSG"
+git-rerere
 
 if test -x "$GIT_DIR"/hooks/post-commit && test "$ret" = 0
 then