From 06583274fa64ad6677773bf4ca54f69226388203 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 28 Mar 2026 17:40:02 +0000 Subject: commitquery: Make a reusable engine thingy --- commitquery/paint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitquery/paint.go') 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) -- cgit v1.3.1-10-gc9f91