aboutsummaryrefslogtreecommitdiff
path: root/object/stored/doc.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 09:48:28 +0000
committerGravatar Runxi Yu2026-03-29 09:48:28 +0000
commit74bf82fbf45118f0c1beae966de964d62670e3d2 (patch)
tree9fcc9226ed938e2e2e5e7dcf43c5ea6b08fe1bfd /object/stored/doc.go
parentobject: Update docs (diff)
signatureNo signature
object/stored: Split files and document properly
Diffstat (limited to 'object/stored/doc.go')
-rw-r--r--object/stored/doc.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/object/stored/doc.go b/object/stored/doc.go
new file mode 100644
index 00000000..d57cbd55
--- /dev/null
+++ b/object/stored/doc.go
@@ -0,0 +1,7 @@
+// Package stored wraps parsed objects with the object IDs they were loaded
+// under.
+//
+// Parsed Git object values do not carry storage identity on their own. This
+// package provides a small generic wrapper for the common case where callers
+// need both the parsed object value and the object ID it was read from.
+package stored