aboutsummaryrefslogtreecommitdiff
path: root/commitquery/paint.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 17:40:02 +0000
committerGravatar Runxi Yu2026-03-28 17:40:02 +0000
commit06583274fa64ad6677773bf4ca54f69226388203 (patch)
tree66354bf972d267bf7ee5135eb7e5b90c31f9fe4d /commitquery/paint.go
parentformat/commitgraph/read: Lifetime (diff)
signatureNo signature
commitquery: Make a reusable engine thingy
Diffstat (limited to 'commitquery/paint.go')
-rw-r--r--commitquery/paint.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitquery/paint.go b/commitquery/paint.go
index 90b38b10..6bb1f489 100644
--- a/commitquery/paint.go
+++ b/commitquery/paint.go
@@ -1,6 +1,6 @@
package commitquery
-func (query *Query) paintDownToCommon(left nodeIndex, rights []nodeIndex, minGeneration uint64) error {
+func (query *query) paintDownToCommon(left nodeIndex, rights []nodeIndex, minGeneration uint64) error {
query.beginMarkPhase()
query.setMarks(left, markLeft)