forked from ned14/outcome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
26 lines (26 loc) · 863 Bytes
/
.gitmodules
File metadata and controls
26 lines (26 loc) · 863 Bytes
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
[submodule "doc/html"]
path = doc/html
url = https://github.com/ned14/outcome.git
branch = gh-pages
fetchRecurseSubmodules = true
ignore = none
# shallow = true ## master repo is always somewhat behind
[submodule "doc/src/themes/docdock"]
path = doc/src/themes/docdock
url = https://github.com/vjeantet/hugo-theme-docdock.git
[submodule "doc/src/themes/boostdoc"]
path = doc/src/themes/boostdoc
url = https://github.com/ned14/boostdoc.git
branch = master
[submodule "include/outcome/quickcpplib"]
path = include/outcome/quickcpplib
url = https://github.com/ned14/quickcpplib
branch = master
fetchRecurseSubmodules = true
ignore = untracked
[submodule "include/outcome/status-code"]
path = include/outcome/experimental/status-code
url = https://github.com/ned14/status-code.git
branch = master
fetchRecurseSubmodules = true
ignore = untracked