Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
diff.c: make built-in hunk header pattern a separate table
[gitweb.git]
/
git-commit.sh
diff --git
a/git-commit.sh
b/git-commit.sh
index f866f957c44de4cc72542f34ec1df4ead42256c3..9106a743cc90f532be2c83d3a73799566b95df6a 100755
(executable)
--- a/
git-commit.sh
+++ b/
git-commit.sh
@@
-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