mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-04 23:22:28 +03: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:
@ -18,6 +18,7 @@ const (
|
||||
StatusPushed
|
||||
StatusMerged
|
||||
StatusRebasing
|
||||
StatusCherryPickingOrReverting
|
||||
StatusConflicted
|
||||
StatusReflog
|
||||
)
|
||||
|
Reference in New Issue
Block a user