aboutsummaryrefslogtreecommitdiff
path: root/internal/format/packrev/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/format/packrev/doc.go')
-rw-r--r--internal/format/packrev/doc.go3
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