diff.c: make built-in hunk header pattern a separate table
[gitweb.git] / git-commit.sh
index f866f957c44de4cc72542f34ec1df4ead42256c3..9106a743cc90f532be2c83d3a73799566b95df6a 100755 (executable)
@@ -610,10 +610,7 @@ rm -f "$GIT_DIR/COMMIT_MSG" "$GIT_DIR/COMMIT_EDITMSG" "$GIT_DIR/SQUASH_MSG"
 
 cd_to_toplevel
 
-if test -d "$GIT_DIR/rr-cache"
-then
-       git rerere
-fi
+git rerere
 
 if test "$ret" = 0
 then