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: 40de0f571a287c9c45f8aa6f46859d15d49c72c3 (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
[submodule "doc/html"]
	path = doc/html
	url = https://github.com/ned14/boost.afio.git
	branch = gh-pages
	fetchRecurseSubmodules = true
	ignore = none
[submodule "include/boost/afio/boost-lite"]
	path = include/boost/afio/boost-lite
	url = https://github.com/ned14/boost-lite.git
	branch = master
	fetchRecurseSubmodules = true
	ignore = untracked
[submodule "include/boost/afio/gsl-lite"]
	path = include/boost/afio/gsl-lite
	url = https://github.com/martinmoene/gsl-lite.git
	branch = master
	fetchRecurseSubmodules = true
	ignore = untracked
[submodule "include/boost/afio/outcome"]
	path = include/boost/afio/outcome
	url = https://github.com/ned14/boost.outcome.git
	branch = master
	fetchRecurseSubmodules = true
	ignore = untracked
[submodule "test/kerneltest"]
	path = test/kerneltest
	url = https://github.com/ned14/boost.kerneltest.git
	branch = master
	fetchRecurseSubmodules = true
	ignore = untracked