Skip to content

Commit

Permalink
fix: shallow git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Oct 29, 2024
1 parent 01f0f57 commit 760e79c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
[submodule "folly"]
path = folly
url = https://github.com/facebook/folly
shallow = true
[submodule "fbthrift"]
path = fbthrift
url = https://github.com/facebook/fbthrift
shallow = true
[submodule "zstd"]
path = zstd
url = https://github.com/facebook/zstd
shallow = true
[submodule "xxHash"]
path = xxHash
url = https://github.com/Cyan4973/xxHash
shallow = true
[submodule "parallel-hashmap"]
path = parallel-hashmap
url = https://github.com/greg7mdp/parallel-hashmap
shallow = true
[submodule "tools"]
path = tools
url = https://github.com/tamatebako/tebako-tools.git

0 comments on commit 760e79c

Please sign in to comment.