From 9568533f3a8b0455c9a7f1ca17f057e3eb41c562 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 4 Apr 2017 23:10:07 +0100 Subject: deshallow submodules --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index fcb2d22d..3e202bde 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,25 +4,25 @@ branch = gh-pages fetchRecurseSubmodules = true ignore = none - shallow = true +# shallow = true [submodule "include/boost/afio/boost-lite"] path = include/boost/afio/boost-lite url = https://github.com/ned14/boost-lite.git branch = master fetchRecurseSubmodules = true ignore = untracked - shallow = true +# shallow = true [submodule "include/boost/afio/outcome"] path = include/boost/afio/outcome url = https://github.com/ned14/boost.outcome.git branch = master fetchRecurseSubmodules = true ignore = untracked - shallow = true +# shallow = true [submodule "test/kerneltest"] path = test/kerneltest url = https://github.com/ned14/boost.kerneltest.git branch = master fetchRecurseSubmodules = true ignore = untracked - shallow = true +# shallow = true -- cgit v1.2.3