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:
Stefan Haller 2025-04-01 09:05:45 +02:00
parent 7bccf848af
commit 80b5e21bd5
16 changed files with 159 additions and 0 deletions

View file

@ -938,6 +938,10 @@
"startInteractiveRebase": {
"type": "string",
"default": "i"
},
"selectCommitsOfCurrentBranch": {
"type": "string",
"default": "*"
}
},
"additionalProperties": false,