mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-05-22 10:15:43 +02:00
Make "Find base commit for fixup" work with hunks with only added lines
To understand what this does and why, read the design document that I'm about to add in the next commit.
This commit is contained in:
@@ -79,6 +79,7 @@ var tests = []*components.IntegrationTest{
|
||||
commit.CreateTag,
|
||||
commit.DiscardOldFileChanges,
|
||||
commit.FindBaseCommitForFixup,
|
||||
commit.FindBaseCommitForFixupOnlyAddedLines,
|
||||
commit.FindBaseCommitForFixupWarningForAddedLines,
|
||||
commit.Highlight,
|
||||
commit.History,
|
||||
|
||||
Reference in New Issue
Block a user