Browse Source

Add submodule bloom

Peter Dimov 11 months ago
parent
commit
8c65223c73
2 changed files with 6 additions and 0 deletions
  1. 5 0
      .gitmodules
  2. 1 0
      libs/bloom

+ 5 - 0
.gitmodules

@@ -843,3 +843,8 @@
 	url = ../hash2.git
 	url = ../hash2.git
 	fetchRecurseSubmodules = on-demand
 	fetchRecurseSubmodules = on-demand
 	branch = .
 	branch = .
+[submodule "bloom"]
+	path = libs/bloom
+	url = ../bloom.git
+	fetchRecurseSubmodules = on-demand
+	branch = .

+ 1 - 0
libs/bloom

@@ -0,0 +1 @@
+Subproject commit 1f0f953196c8e16e1c5fd8f62e18f4883dbcd44e

粤ICP备19079148号