1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Merge pull request #2429 from stefanhaller/do-not-autosquash-in-regular-rebase

This commit is contained in:
Jesse Duffield
2023-02-15 20:21:08 +11:00
committed by GitHub
4 changed files with 59 additions and 4 deletions

View File

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