diff options
| author | 2026-03-12 10:01:32 +0800 | |
|---|---|---|
| committer | 2026-03-12 10:01:32 +0800 | |
| commit | f74018c19970d11a7ba0c89e581cb9f86c0d3c14 (patch) | |
| tree | 9787292fb089641ffb9f6bc91cfb92fc97e8f833 /packfile/doc.go | |
| parent | refstore: More fixes on ResolveToDetached (diff) | |
| signature | No signature | |
packfile: Split to many files
Diffstat (limited to 'packfile/doc.go')
| -rw-r--r-- | packfile/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packfile/doc.go b/packfile/doc.go new file mode 100644 index 00000000..d656e256 --- /dev/null +++ b/packfile/doc.go @@ -0,0 +1,2 @@ +// Package packfile provides Git packfile format parsing primitives. +package packfile |
