diff --git a/git-rebase.sh b/git-rebase.sh index 03f73da887..ede9723327 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 }