mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-11 12:48:10 +03:00
Make WorkingTreeState a struct, and add cherry-picking and reverting states
This commit is contained in:
@ -171,7 +171,7 @@ func (self *CommitLoader) MergeRebasingCommits(commits []*models.Commit) ([]*mod
|
||||
}
|
||||
}
|
||||
|
||||
if !self.getWorkingTreeState().IsRebasing() {
|
||||
if !self.getWorkingTreeState().Rebasing {
|
||||
// not in rebase mode so return original commits
|
||||
return result, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user