From b8617cc541024e020fb4447306f487b1d23b2581 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Wed, 28 Sep 2016 21:12:11 +0200 Subject: [PATCH] Speed up submodule checkout by doing a shallow clone. --- .gitmodules | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitmodules b/.gitmodules index 487b0e92..371df671 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,44 +1,55 @@ [submodule "deps/zlib"] path = deps/zlib url = https://github.com/madler/zlib.git + shallow = true branch = develop [submodule "deps/json11"] path = deps/json11 url = https://github.com/dropbox/json11.git + shallow = true branch = master [submodule "deps/libtommath"] path = deps/libtommath url = https://github.com/libtom/libtommath.git + shallow = true branch = develop [submodule "deps/protobuf"] path = deps/protobuf url = https://github.com/google/protobuf.git + shallow = true branch = master [submodule "deps/libtomcrypt"] path = deps/libtomcrypt url = https://github.com/libtom/libtomcrypt.git + shallow = true branch = develop [submodule "deps/pdcurses"] path = deps/pdcurses url = https://github.com/wmcbrine/PDCurses.git + shallow = true branch = master [submodule "deps/mongoose"] path = deps/mongoose url = https://github.com/cesanta/mongoose.git + shallow = true branch = master [submodule "deps/fmt"] path = deps/fmt url = https://github.com/fmtlib/fmt.git + shallow = true branch = master [submodule "deps/Wink-Signals"] path = deps/Wink-Signals url = https://github.com/miguelmartin75/Wink-Signals.git + shallow = true branch = master [submodule "deps/bitmrc"] path = deps/bitmrc url = git@github.com:iw4x-dev-urandom/BitMRC.git + shallow = true branch = master [submodule "deps/base128"] path = deps/base128 url = https://github.com/seizu/base128.git + shallow = true branch = master \ No newline at end of file