diff options
| author | 2026-06-11 14:42:29 +0000 | |
|---|---|---|
| committer | 2026-06-11 14:42:29 +0000 | |
| commit | 6a85e3bf005a8b669f462c191cb114621c58ce6f (patch) | |
| tree | d133387e2d5488ff97cfaec10d8104c33a1bd1ae /internal/format | |
| parent | internal/format/packidx: Add index-writing test (diff) | |
internal/format/packrev: Add package documentation
Diffstat (limited to 'internal/format')
| -rw-r--r-- | internal/format/packrev/doc.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/format/packrev/doc.go b/internal/format/packrev/doc.go new file mode 100644 index 00000000..6ce8113e --- /dev/null +++ b/internal/format/packrev/doc.go @@ -0,0 +1,3 @@ +// Package packrev provides Git pack reverse index (version 1) format +// parsing and writing primitives. +package packrev |
