gitweb: Handle other types of tag in git_print_log
[gitweb.git] / git-rebase.sh
index 03f73da8879455a5b07644f8bc00609b1990b0d9..ede9723327e32f312da7d1122912459b502e69bb 100755 (executable)
@@ -165,6 +165,7 @@ run_specific_rebase () {
        if [ "$interactive_rebase" = implied ]; then
                GIT_EDITOR=:
                export GIT_EDITOR
+               autosquash=
        fi
        . git-rebase--$type
 }