aboutsummaryrefslogtreecommitdiff
path: root/format/commitgraph/read/reader.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 13:26:10 +0000
committerGravatar Runxi Yu2026-03-29 13:26:10 +0000
commit2006e2e07f073a79a84194a304e4958a8739d645 (patch)
treefc08391aa0d4693350ce19541ece804db33dc3fe /format/commitgraph/read/reader.go
parentTODO: What does git.sr.ht and tangled need (diff)
signatureNo signature
format/commitgraph: Remove MT-ReadSafe; use MT-Safe/Unsafe
Diffstat (limited to 'format/commitgraph/read/reader.go')
-rw-r--r--format/commitgraph/read/reader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/format/commitgraph/read/reader.go b/format/commitgraph/read/reader.go
index 7a8659c1..03698eb1 100644
--- a/format/commitgraph/read/reader.go
+++ b/format/commitgraph/read/reader.go
@@ -4,7 +4,7 @@ import objectid "codeberg.org/lindenii/furgit/object/id"
// Reader provides read-only access to one mmap-backed commit-graph snapshot.
//
-// Labels: MT-ReadSafe, Close-Caller.
+// Labels: MT-Safe, Close-Caller.
type Reader struct {
algo objectid.Algorithm
hashVersion uint8