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) <spam@nowhere>2016-03-21 02:41:51 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spam@nowhere>2016-03-21 02:41:51 +0300
commit758a934ab266ed660daa54b72e4606b78e374071 (patch)
tree6f2fe1c5d2b8331f9319549bc6f0c3390168eb6b /.gitmodules
AFIO v2: Relocate all the AFIO v2 files in fs_probe into the root hierarchy. AFIO v2 is now the master branch!
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..e01bdcfd
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,16 @@
+[submodule "include/boost/afio/bindlib"]
+ 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
+ branch = master
+[submodule "include/boost/afio/gsl-lite"]
+ path = include/boost/afio/gsl-lite
+ url = https://github.com/martinmoene/gsl-lite.git
+ branch = master