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>2016-04-16 19:36:54 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-04-16 19:36:54 +0300
commit41400b74fc6b80986582fe8083929153f9660caf (patch)
treeb8abc0779ab7f8afe4bf6568adb154f718d44f60 /.gitmodules
parent43c8a725ebd741620fb278737fcae4711770d201 (diff)
Remove v1 AFIO submodule. Add gh-pages branch into docs directory as submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index e01bdcfd..6b2e0765 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -2,10 +2,6 @@
path = include/boost/afio/bindlib
url = https://github.com/ned14/Boost.BindLib.git
branch = master
-[submodule "include/boost/afio/v1/branch"]
- path = include/boost/afio/v1/branch
- url = https://github.com/BoostGSoC13/boost.afio.git
- branch = v1.3_Boost_v1.58_branch
[submodule "include/boost/afio/outcome"]
path = include/boost/afio/outcome
url = https://github.com/ned14/boost.outcome.git
@@ -14,3 +10,7 @@
path = include/boost/afio/gsl-lite
url = https://github.com/martinmoene/gsl-lite.git
branch = master
+[submodule "doc/html"]
+ path = doc/html
+ url = https://github.com/ned14/boost.afio.git
+ branch = gh-pages