summaryrefslogtreecommitdiffstats
path: root/pkg/commands/commit_file.go
blob: aa21d77ee535629d74fa86b516be37c2c1cc1c66 (plain)
1
2
3
4
5
6
7
8
9
package commands

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