diff options
| author | 2026-03-29 15:46:44 +0000 | |
|---|---|---|
| committer | 2026-03-29 15:46:44 +0000 | |
| commit | 65242328262d4a4ad611951deeef7b2d721cc05d (patch) | |
| tree | bf7461edc800546c5cdef57ff2237960ee57d58c /repository/commit_queries.go | |
| parent | *: Remove Close from object/ref store interfaces (diff) | |
| signature | No signature | |
*: Audit labels v0.1.147
Diffstat (limited to 'repository/commit_queries.go')
| -rw-r--r-- | repository/commit_queries.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/commit_queries.go b/repository/commit_queries.go index 1377fd96..bd004418 100644 --- a/repository/commit_queries.go +++ b/repository/commit_queries.go @@ -7,7 +7,7 @@ import "codeberg.org/lindenii/furgit/commitquery" // // Use CommitQueries for ancestor checks and merge-base computation. // -// Labels: Life-Parent, Close-No. +// Labels: Life-Parent. func (repo *Repository) CommitQueries() *commitquery.Queries { return repo.commitQueries } |
