diff options
| author | 2026-03-28 17:20:16 +0000 | |
|---|---|---|
| committer | 2026-03-28 17:20:16 +0000 | |
| commit | f04d559bc56cb6002203e2ba84aeeff7e2cd8442 (patch) | |
| tree | 4d1aa99fec4146472bdefc3ce4686d14f57baf45 /format/commitgraph/read/open.go | |
| parent | ref/store/files: Update docs (diff) | |
| signature | No signature | |
format/commitgraph/read: Update docs
Diffstat (limited to 'format/commitgraph/read/open.go')
| -rw-r--r-- | format/commitgraph/read/open.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format/commitgraph/read/open.go b/format/commitgraph/read/open.go index 9c708b49..d03c8572 100644 --- a/format/commitgraph/read/open.go +++ b/format/commitgraph/read/open.go @@ -9,7 +9,7 @@ import ( // Open opens commit-graph data from one objects root. // -// Open borrows root during construction and does not close it. +// Labels: Deps-Borrowed. func Open(root *os.Root, algo objectid.Algorithm, mode OpenMode) (*Reader, error) { if algo.Size() == 0 { return nil, objectid.ErrInvalidAlgorithm |
