mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 22:33:07 +02:00
Rename RebaseMode to WorkingTreeState
We're about to add more possible values (reverting and cherry-picking), so working tree state seems like a more suitable name.
This commit is contained in:
@ -288,7 +288,7 @@ type Model struct {
|
||||
ReflogCommits []*models.Commit
|
||||
|
||||
BisectInfo *git_commands.BisectInfo
|
||||
WorkingTreeStateAtLastCommitRefresh enums.RebaseMode
|
||||
WorkingTreeStateAtLastCommitRefresh enums.WorkingTreeState
|
||||
RemoteBranches []*models.RemoteBranch
|
||||
Tags []*models.Tag
|
||||
|
||||
|
Reference in New Issue
Block a user