Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitmodules - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b185938a05f8313fd9b2fe3fa0afa2ab399c14f4 (plain)
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 "doc/html"]
	path = doc/html
	url = https://github.com/ned14/llfio.git
	branch = gh-pages
	fetchRecurseSubmodules = true
	ignore = none
#	shallow = true
[submodule "include/llfio/v2.0/outcome"]
	path = include/llfio/v2.0/outcome
	url = https://github.com/ned14/outcome.git
	branch = master
	fetchRecurseSubmodules = true
	ignore = untracked
#	shallow = true
[submodule "test/kerneltest"]
	path = test/kerneltest
	url = https://github.com/ned14/kerneltest.git
	branch = master
	fetchRecurseSubmodules = true
	ignore = untracked
#	shallow = true
[submodule "include/llfio/v2.0/quickcpplib"]
	path = include/llfio/v2.0/quickcpplib
	url = https://github.com/ned14/quickcpplib
	branch = master
	fetchRecurseSubmodules = true
	ignore = untracked
#	shallow = true
[submodule "include/llfio/ntkernel-error-category"]
	path = include/llfio/ntkernel-error-category
	url = https://github.com/ned14/ntkernel-error-category.git
	branch = master
	fetchRecurseSubmodules = true
	ignore = untracked