mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
fix: fix ambiguous refname
This commit is contained in:
@ -62,7 +62,7 @@ func (self *SwitchToSubCommitsController) viewCommits() error {
|
||||
Limit: true,
|
||||
FilterPath: self.modes.Filtering.GetPath(),
|
||||
IncludeRebaseCommits: false,
|
||||
RefName: ref.RefName(),
|
||||
RefName: ref.FullRefName(),
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user