shithub: furgit

ref: fb9eb058f1c9b7cb26f33bbe679a85f530566641
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.