From 758a934ab266ed660daa54b72e4606b78e374071 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Sun, 20 Mar 2016 23:41:51 +0000 Subject: AFIO v2: Relocate all the AFIO v2 files in fs_probe into the root hierarchy. AFIO v2 is now the master branch! --- .gitmodules | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.3