mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-22 04:42:37 +03:00
more consistent naming
This commit is contained in:
@@ -746,7 +746,7 @@ func (self *LocalCommitsController) Context() types.Context {
|
||||
}
|
||||
|
||||
func (self *LocalCommitsController) context() *context.LocalCommitsContext {
|
||||
return self.contexts.BranchCommits
|
||||
return self.contexts.LocalCommits
|
||||
}
|
||||
|
||||
func (self *LocalCommitsController) newBranch(commit *models.Commit) error {
|
||||
|
||||
Reference in New Issue
Block a user