forked from chenhao-ye/bunnyfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (34 loc) · 1.01 KB
/
.gitmodules
File metadata and controls
34 lines (34 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[submodule "cfs/lib/cxxopts"]
path = cfs/lib/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "cfs/lib/Catch2"]
path = cfs/lib/Catch2
url = https://github.com/jliu9/Catch2.git
branch = in-use
[submodule "cfs/lib/pcm"]
path = cfs/lib/pcm
url = https://github.com/jingliu9/pcm.git
branch = fsp
[submodule "cfs/lib/userspace-rcu"]
path = cfs/lib/userspace-rcu
url = https://github.com/urcu/userspace-rcu.git
branch = stable-0.12
[submodule "cfs/lib/abseil-cpp"]
path = cfs/lib/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
branch = lts_2020_09_23
[submodule "cfs/lib/json"]
path = cfs/lib/json
url = https://github.com/jingliu9/json.git
branch = ufs
[submodule "cfs/lib/gcache"]
path = cfs/lib/gcache
url = https://github.com/chenhao-ye/gcache.git
branch = main
[submodule "cfs/lib/Nanolog"]
path = cfs/lib/Nanolog
url = https://github.com/PlatformLab/NanoLog.git
branch = master
[submodule "bench/leveldb"]
path = bench/leveldb
url = https://github.com/ShawnZhong/uFS-leveldb-1.22.git