diff options
| author | 2026-03-29 13:26:10 +0000 | |
|---|---|---|
| committer | 2026-03-29 13:26:10 +0000 | |
| commit | 2006e2e07f073a79a84194a304e4958a8739d645 (patch) | |
| tree | fc08391aa0d4693350ce19541ece804db33dc3fe /format/commitgraph/read/commitat.go | |
| parent | TODO: What does git.sr.ht and tangled need (diff) | |
| signature | No signature | |
format/commitgraph: Remove MT-ReadSafe; use MT-Safe/Unsafe
Diffstat (limited to 'format/commitgraph/read/commitat.go')
| -rw-r--r-- | format/commitgraph/read/commitat.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format/commitgraph/read/commitat.go b/format/commitgraph/read/commitat.go index 827c72ce..726a09bd 100644 --- a/format/commitgraph/read/commitat.go +++ b/format/commitgraph/read/commitat.go @@ -9,7 +9,7 @@ import ( // CommitAt returns decoded commit-graph metadata at one position. // -// Labels: Life-Independent. +// Labels: MT-Safe, Life-Independent. func (reader *Reader) CommitAt(pos Position) (Commit, error) { layer, err := reader.layerByPosition(pos) if err != nil { |
