mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
rename sha to hash 6, update short hash
This commit is contained in:
parent
9cf1ca10a2
commit
05fb12b1d5
11 changed files with 16 additions and 16 deletions
|
@ -58,8 +58,8 @@ type Commit struct {
|
|||
Parents []string
|
||||
}
|
||||
|
||||
func (c *Commit) ShortSha() string {
|
||||
return utils.ShortSha(c.Hash)
|
||||
func (c *Commit) ShortHash() string {
|
||||
return utils.ShortHash(c.Hash)
|
||||
}
|
||||
|
||||
func (c *Commit) FullRefName() string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue