mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
rename to make way for a generic function name
This commit is contained in:
@ -47,7 +47,7 @@ func (gui *Gui) currentDiffTerminals() []string {
|
||||
case COMMIT_FILES_CONTEXT_KEY:
|
||||
// not supporting commit files for now
|
||||
case BRANCH_COMMITS_CONTEXT_KEY:
|
||||
item := gui.getSelectedCommit()
|
||||
item := gui.getSelectedLocalCommit()
|
||||
if item != nil {
|
||||
return []string{item.RefName()}
|
||||
}
|
||||
|
Reference in New Issue
Block a user