Fast implementation of Git in pure Go codeberg.org/lindenii/furgit
git go
6
fork

Configure Feed

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

format/pack/ingest: Okay fine wsl_v5

Runxi Yu c200b086 d667411e

+1
+1
format/pack/ingest/thin_append.go
··· 29 29 headerLenInt64 := int64(len(header)) 30 30 section := &fileSectionWriter{file: state.packFile, off: startInt64 + headerLenInt64} 31 31 crc := crc32.NewIEEE() 32 + 32 33 _, err = crc.Write(header) 33 34 if err != nil { 34 35 return 0, err