-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
40 lines (40 loc) · 1.5 KB
/
.gitmodules
File metadata and controls
40 lines (40 loc) · 1.5 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
35
36
37
38
39
40
[submodule "lz4"]
path = lz4
url = https://github.com/Qualenritter/PageBasedCompressionInTheLinuxKernel.git
branch = lz4
[submodule "memcpy"]
path = memcpy
url = https://github.com/Qualenritter/PageBasedCompressionInTheLinuxKernel.git
branch = memcpy
[submodule "bewalgo"]
path = bewalgo
url = https://github.com/Qualenritter/PageBasedCompressionInTheLinuxKernel.git
branch = bewalgo
[submodule "interfaces"]
path = interfaces
url = https://github.com/Qualenritter/PageBasedCompressionInTheLinuxKernel.git
branch = interfaces
[submodule "parallel"]
path = parallel
url = https://github.com/Qualenritter/PageBasedCompressionInTheLinuxKernel.git
branch = parallel
[submodule "bewalgo-no-inline"]
path = bewalgo-no-inline
url = https://github.com/Qualenritter/PageBasedCompressionInTheLinuxKernel.git
branch = bewalgo-no-inline
[submodule "bewalgo-if-vs-terniary"]
path = bewalgo-if-vs-terniary
url = https://github.com/Qualenritter/PageBasedCompressionInTheLinuxKernel.git
branch = bewalgo-if-vs-terniary
[submodule "bewalgo-find-match-only"]
path = bewalgo-find-match-only
url = https://github.com/Qualenritter/PageBasedCompressionInTheLinuxKernel.git
branch = bewalgo-find-match-only
[submodule "lz4-find-match-only"]
path = lz4-find-match-only
url = https://github.com/Qualenritter/PageBasedCompressionInTheLinuxKernel.git
branch = lz4-find-match-only
[submodule "lz4-no-inline"]
path = lz4-no-inline
url = https://github.com/Qualenritter/PageBasedCompressionInTheLinuxKernel.git
branch = lz4-no-inline