Explicitly specify branch to track for submodules.

This commit is contained in:
/dev/urandom 2016-09-28 21:11:48 +02:00
parent 4bc00481f9
commit 3a1b604eea
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

8
.gitmodules vendored
View File

@ -5,6 +5,7 @@
[submodule "deps/json11"]
path = deps/json11
url = https://github.com/dropbox/json11.git
branch = master
[submodule "deps/libtommath"]
path = deps/libtommath
url = https://github.com/libtom/libtommath.git
@ -12,6 +13,7 @@
[submodule "deps/protobuf"]
path = deps/protobuf
url = https://github.com/google/protobuf.git
branch = master
[submodule "deps/libtomcrypt"]
path = deps/libtomcrypt
url = https://github.com/libtom/libtomcrypt.git
@ -19,18 +21,24 @@
[submodule "deps/pdcurses"]
path = deps/pdcurses
url = https://github.com/wmcbrine/PDCurses.git
branch = master
[submodule "deps/mongoose"]
path = deps/mongoose
url = https://github.com/cesanta/mongoose.git
branch = master
[submodule "deps/fmt"]
path = deps/fmt
url = https://github.com/fmtlib/fmt.git
branch = master
[submodule "deps/Wink-Signals"]
path = deps/Wink-Signals
url = https://github.com/miguelmartin75/Wink-Signals.git
branch = master
[submodule "deps/bitmrc"]
path = deps/bitmrc
url = git@github.com:iw4x-dev-urandom/BitMRC.git
branch = master
[submodule "deps/base128"]
path = deps/base128
url = https://github.com/seizu/base128.git
branch = master