Merge branch 'vr/rebase-autosquash-does-not-imply-i'
"git rebase -p" used to pay attention to rebase.autosquash which was wrong. "git rebase -p -i" should, but "git rebase -p" by itself should not. By Vincent van Ravesteijn * vr/rebase-autosquash-does-not-imply-i: Do not autosquash in case of an implied interactive rebase
This commit is contained in:
@ -167,6 +167,7 @@ run_specific_rebase () {
|
|||||||
if [ "$interactive_rebase" = implied ]; then
|
if [ "$interactive_rebase" = implied ]; then
|
||||||
GIT_EDITOR=:
|
GIT_EDITOR=:
|
||||||
export GIT_EDITOR
|
export GIT_EDITOR
|
||||||
|
autosquash=
|
||||||
fi
|
fi
|
||||||
. git-rebase--$type
|
. git-rebase--$type
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user