Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Add support to Link: tag
[gitweb.git]
/
git-rebase.sh
diff --git
a/git-rebase.sh
b/git-rebase.sh
index 03f73da8879455a5b07644f8bc00609b1990b0d9..ede9723327e32f312da7d1122912459b502e69bb 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-165,6
+165,7
@@
run_specific_rebase () {
if [ "$interactive_rebase" = implied ]; then
GIT_EDITOR=:
export GIT_EDITOR
+ autosquash=
fi
. git-rebase--$type
}