tangled
alpha
login
or
join now
oppi.li
/
go-git
fork of go-git with some jj specific features
1
fork
atom
overview
issues
pulls
pipelines
fix empty map error
oppi.li
8 months ago
c3b82313
08a44dcb
options
unified
split
Changed files
+1
plumbing
object
commit.go
+1
plumbing/object/commit.go
···
192
192
193
193
c.Hash = o.Hash()
194
194
c.Encoding = defaultUtf8CommitMessageEncoding
195
195
+
c.ExtraHeaders = make(map[string][]byte)
195
196
196
197
reader, err := o.Reader()
197
198
if err != nil {