shithub: furgit

ref: a902f6849d938a51fa34dc292f5c81d26c4b6c36
dir: /format/packfile/doc.go/

View raw version
// Package packfile provides Git packfile format parsing primitives.
package packfile

// TODO: This could probably be moved into object/store/packed when we get the pack ingestion semantics right?
// Oh, wait, the other stores might still want pack constants like we provide here.