mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
Add new commit status StatusCherryPickingOrReverting
This is needed because we want to show different section headers for rebase todos and cherry-pick/revert todos.
This commit is contained in:
parent
e90a3dc666
commit
98c19feccf
3 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ const (
|
|||
StatusPushed
|
||||
StatusMerged
|
||||
StatusRebasing
|
||||
StatusCherryPickingOrReverting
|
||||
StatusConflicted
|
||||
StatusReflog
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue