mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-08 22:36:49 +02: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:
@ -938,6 +938,10 @@
|
||||
"startInteractiveRebase": {
|
||||
"type": "string",
|
||||
"default": "i"
|
||||
},
|
||||
"selectCommitsOfCurrentBranch": {
|
||||
"type": "string",
|
||||
"default": "*"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
Reference in New Issue
Block a user