aboutsummaryrefslogtreecommitdiff
path: root/object/commit/extraheader.go
blob: 79d4f9cc30c0e160fdadb2a5c87aa3bec0cfc764 (about) (plain) (blame)
1
2
3
4
5
6
7
package commit

// ExtraHeader represents an extra header in a Git object.
type ExtraHeader struct {
	Key   string
	Value []byte
}