aboutsummaryrefslogtreecommitdiff
path: root/commitgraph/bloom/bloom.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-26 09:17:14 +0000
committerGravatar Runxi Yu2026-03-26 09:18:30 +0000
commit3e884f5f3d42cbc4874a04da31dde10314b0cfad (patch)
treef5e1e325fd1a2a0801791c054010213214475d80 /commitgraph/bloom/bloom.go
parentnetwork/receivepack: Rename from receivepack (diff)
signatureNo signature
format: Move commitgraph and packfile here
Diffstat (limited to 'commitgraph/bloom/bloom.go')
-rw-r--r--commitgraph/bloom/bloom.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/commitgraph/bloom/bloom.go b/commitgraph/bloom/bloom.go
deleted file mode 100644
index 9653d595..00000000
--- a/commitgraph/bloom/bloom.go
+++ /dev/null
@@ -1,3 +0,0 @@
-// Package bloom provides a bloom filter implementation used for changed-path
-// filters in Git commit graphs.
-package bloom