mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
fix: fix ambiguous refname
This commit is contained in:
@@ -18,6 +18,10 @@ type Branch struct {
|
||||
UpstreamBranch string
|
||||
}
|
||||
|
||||
func (b *Branch) FullRefName() string {
|
||||
return "refs/heads/" + b.Name
|
||||
}
|
||||
|
||||
func (b *Branch) RefName() string {
|
||||
return b.Name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user