From 1ac6099100ed61a1e49766f190deae8b426a1ea6 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 22 Mar 2026 22:52:35 +0000 Subject: commitgraph: Tighten docs and use a value-ish Filter return --- commitgraph/read/read_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitgraph/read/read_test.go') diff --git a/commitgraph/read/read_test.go b/commitgraph/read/read_test.go index bebf76dc..dc14377d 100644 --- a/commitgraph/read/read_test.go +++ b/commitgraph/read/read_test.go @@ -282,7 +282,7 @@ func commitParents(tb testing.TB, reader *read.Reader, commit read.Commit) []obj return out } -func assertChangedPathsBloomPositive(tb testing.TB, testRepo *testgit.TestRepo, filter *bloom.Filter, commitID objectid.ObjectID) { +func assertChangedPathsBloomPositive(tb testing.TB, testRepo *testgit.TestRepo, filter bloom.Filter, commitID objectid.ObjectID) { tb.Helper() changedPaths := testRepo.Run(tb, "diff-tree", "--no-commit-id", "--name-only", "-r", "--root", commitID.String()) -- cgit v1.3.1-10-gc9f91