lazygit/pkg/commands/commit_file.go

9 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'
}