mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
fix: fix ambiguous refname
This commit is contained in:
parent
5529088e43
commit
61970a4439
10 changed files with 25 additions and 4 deletions
|
@ -29,6 +29,10 @@ func (c *Commit) ShortSha() string {
|
|||
return utils.ShortSha(c.Sha)
|
||||
}
|
||||
|
||||
func (c *Commit) FullRefName() string {
|
||||
return c.Sha
|
||||
}
|
||||
|
||||
func (c *Commit) RefName() string {
|
||||
return c.Sha
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue