1
0
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:
Stefan Haller
2024-06-10 17:36:34 +02:00
parent 1a73697546
commit cd36e95a82
17 changed files with 50 additions and 50 deletions

View File

@ -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