diff --git a/git-rebase.sh b/git-rebase.sh index 03f73da8879455..ede9723327e32f 100755 --- 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 }