mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
rename Sha to parent now that we're also considering stash entries
This commit is contained in:
parent
9b42cd2214
commit
609f3f4bfa
5 changed files with 13 additions and 13 deletions
|
@ -2,7 +2,7 @@ package commands
|
|||
|
||||
// CommitFile : A git commit file
|
||||
type CommitFile struct {
|
||||
Sha string
|
||||
Parent string
|
||||
Name string
|
||||
DisplayString string
|
||||
Status int // one of 'WHOLE' 'PART' 'NONE'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue