shithub: furgit

ref: df1f2fb3daa1acd25c88510f259d5535fb482126
dir: /object/commit/extraheader.go/

View raw version
package commit

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