fork of go-git with some jj specific features
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix empty map error

+1
+1
plumbing/object/commit.go
··· 192 192 193 193 c.Hash = o.Hash() 194 194 c.Encoding = defaultUtf8CommitMessageEncoding 195 + c.ExtraHeaders = make(map[string][]byte) 195 196 196 197 reader, err := o.Reader() 197 198 if err != nil {