1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-03 15:02:52 +02:00
lazygit/pkg/commands/commit_file.go

10 lines
196 B
Go

package commands
// CommitFile : A git commit file
type CommitFile struct {
Parent string
Name string
DisplayString string
Status int // one of 'WHOLE' 'PART' 'NONE'
}