mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Add a command to select all commits of the current branch
This is useful for seeing the combined diff of all commits of a branch.
This commit is contained in:
@ -69,6 +69,7 @@ var tests = []*components.IntegrationTest{
|
||||
branch.Rename,
|
||||
branch.Reset,
|
||||
branch.ResetToUpstream,
|
||||
branch.SelectCommitsOfCurrentBranch,
|
||||
branch.SetUpstream,
|
||||
branch.ShowDivergenceFromBaseBranch,
|
||||
branch.ShowDivergenceFromUpstream,
|
||||
|
Reference in New Issue
Block a user