1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +03:00

feat: support range selection for commit attributes amend

This commit is contained in:
AzraelSec
2024-05-22 21:17:56 +02:00
parent 92f13fc56e
commit 6b9cf72e79
6 changed files with 282 additions and 42 deletions

View File

@@ -68,6 +68,7 @@ var tests = []*components.IntegrationTest{
cherry_pick.CherryPickDuringRebase,
cherry_pick.CherryPickRange,
commit.AddCoAuthor,
commit.AddCoAuthorRange,
commit.AddCoAuthorWhileCommitting,
commit.Amend,
commit.AutoWrapMessage,
@@ -89,11 +90,13 @@ var tests = []*components.IntegrationTest{
commit.NewBranch,
commit.PreserveCommitMessage,
commit.ResetAuthor,
commit.ResetAuthorRange,
commit.Revert,
commit.RevertMerge,
commit.Reword,
commit.Search,
commit.SetAuthor,
commit.SetAuthorRange,
commit.StageRangeOfLines,
commit.Staged,
commit.StagedWithoutHooks,