1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Add an integration test showing a problem with autosquash during normal rebase

For users who have the rebase.autoSquash git config set to true, any regular
rebase will squash fixups in addition to rebasing. Not good -- we'll fix that in
the next commit.
This commit is contained in:
stk
2023-02-09 17:29:09 +01:00
parent c713d19383
commit e357c00d4d
2 changed files with 57 additions and 0 deletions

View File

@ -37,6 +37,7 @@ var tests = []*components.IntegrationTest{
branch.Delete,
branch.Rebase,
branch.RebaseAndDrop,
branch.RebaseDoesNotAutosquash,
branch.Suggestions,
branch.Reset,
branch.DetachedHead,