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

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-29 04:43:46 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-07-29 04:43:46 +0300
commitc11312fe882aeaf0548d50b34d22d43d371d53c2 (patch)
tree287c98f02493e11f29f1b55abe878a2fc7c47331 /.gitmodules
parentb0d4d742f986629d90054b8bf29599e6cc4c6573 (diff)
Finish renaming to AFIO.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 81a2db47..85c27a42 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,20 +1,20 @@
[submodule "doc/html"]
path = doc/html
- url = https://github.com/ned14/boost.afio.git
+ url = https://github.com/ned14/afio.git
branch = gh-pages
fetchRecurseSubmodules = true
ignore = none
# shallow = true
[submodule "include/afio/outcome"]
path = include/afio/outcome
- url = https://github.com/ned14/boost.outcome.git
+ 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/boost.kerneltest.git
+ url = https://github.com/ned14/kerneltest.git
branch = master
fetchRecurseSubmodules = true
ignore = untracked