aboutsummaryrefslogtreecommitdiff
path: root/format
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 03:52:39 +0000
committerGravatar Runxi Yu2026-03-29 03:52:39 +0000
commitf50338570adee19a64d7a83105b5a9ff30df84f2 (patch)
treef75e731039cc54bf65cd50f747a09ca9eac76f70 /format
parentnetwork: Fix labels (diff)
signatureNo signature
*: Add Life-Parent for Deps-Borrowed where appropriate
Diffstat (limited to 'format')
-rw-r--r--format/packfile/ingest/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/format/packfile/ingest/api.go b/format/packfile/ingest/api.go
index ad04fe14..1af3fe0e 100644
--- a/format/packfile/ingest/api.go
+++ b/format/packfile/ingest/api.go
@@ -81,7 +81,7 @@ type Pending struct {
// Ingest reads and validates one PACK header, returning one pending operation.
//
-// Labels: Deps-Borrowed.
+// Labels: Deps-Borrowed, Life-Parent.
func Ingest(
src io.Reader,
algo objectid.Algorithm,