Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply: remove unused call to free() in gitdiff_{old,new}name()
[gitweb.git]
/
git-rebase.sh
diff --git
a/git-rebase.sh
b/git-rebase.sh
index af7ba5fd90c3000892ed31893e1812514e4f3773..cf60c4390870ef28cff08b6a173a435d41e2d470 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-176,7
+176,7
@@
You can run "git stash pop" or "git stash drop" at any time.
finish_rebase () {
apply_autostash &&
-
git gc --auto
&&
+
{ git gc --auto || true; }
&&
rm -rf "$state_dir"
}