Remove shallow attributes from git submodules.
This commit is contained in:
parent
f93eca0d06
commit
5b1d06f36e
11
.gitmodules
vendored
11
.gitmodules
vendored
@ -1,56 +1,45 @@
|
|||||||
[submodule "deps/zlib"]
|
[submodule "deps/zlib"]
|
||||||
path = deps/zlib
|
path = deps/zlib
|
||||||
url = https://github.com/madler/zlib.git
|
url = https://github.com/madler/zlib.git
|
||||||
shallow = true
|
|
||||||
branch = develop
|
branch = develop
|
||||||
[submodule "deps/json11"]
|
[submodule "deps/json11"]
|
||||||
path = deps/json11
|
path = deps/json11
|
||||||
url = https://github.com/dropbox/json11.git
|
url = https://github.com/dropbox/json11.git
|
||||||
shallow = true
|
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "deps/libtommath"]
|
[submodule "deps/libtommath"]
|
||||||
path = deps/libtommath
|
path = deps/libtommath
|
||||||
url = https://github.com/libtom/libtommath.git
|
url = https://github.com/libtom/libtommath.git
|
||||||
shallow = true
|
|
||||||
branch = develop
|
branch = develop
|
||||||
[submodule "deps/libtomcrypt"]
|
[submodule "deps/libtomcrypt"]
|
||||||
path = deps/libtomcrypt
|
path = deps/libtomcrypt
|
||||||
url = https://github.com/libtom/libtomcrypt.git
|
url = https://github.com/libtom/libtomcrypt.git
|
||||||
shallow = true
|
|
||||||
branch = develop
|
branch = develop
|
||||||
[submodule "deps/pdcurses"]
|
[submodule "deps/pdcurses"]
|
||||||
path = deps/pdcurses
|
path = deps/pdcurses
|
||||||
url = https://github.com/wmcbrine/PDCurses.git
|
url = https://github.com/wmcbrine/PDCurses.git
|
||||||
shallow = true
|
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "deps/mongoose"]
|
[submodule "deps/mongoose"]
|
||||||
path = deps/mongoose
|
path = deps/mongoose
|
||||||
url = https://github.com/cesanta/mongoose.git
|
url = https://github.com/cesanta/mongoose.git
|
||||||
shallow = true
|
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "deps/fmt"]
|
[submodule "deps/fmt"]
|
||||||
path = deps/fmt
|
path = deps/fmt
|
||||||
url = https://github.com/fmtlib/fmt.git
|
url = https://github.com/fmtlib/fmt.git
|
||||||
shallow = true
|
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "deps/Wink-Signals"]
|
[submodule "deps/Wink-Signals"]
|
||||||
path = deps/Wink-Signals
|
path = deps/Wink-Signals
|
||||||
url = https://github.com/miguelmartin75/Wink-Signals.git
|
url = https://github.com/miguelmartin75/Wink-Signals.git
|
||||||
shallow = true
|
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "deps/bitmrc"]
|
[submodule "deps/bitmrc"]
|
||||||
path = deps/bitmrc
|
path = deps/bitmrc
|
||||||
url = git@github.com:iw4x-dev-urandom/BitMRC.git
|
url = git@github.com:iw4x-dev-urandom/BitMRC.git
|
||||||
shallow = true
|
|
||||||
branch = master
|
branch = master
|
||||||
fetchRecurseSubmodules = true
|
fetchRecurseSubmodules = true
|
||||||
[submodule "deps/base128"]
|
[submodule "deps/base128"]
|
||||||
path = deps/base128
|
path = deps/base128
|
||||||
url = https://github.com/seizu/base128.git
|
url = https://github.com/seizu/base128.git
|
||||||
shallow = true
|
|
||||||
branch = master
|
branch = master
|
||||||
[submodule "deps/protobuf"]
|
[submodule "deps/protobuf"]
|
||||||
path = deps/protobuf
|
path = deps/protobuf
|
||||||
url = https://github.com/google/protobuf.git
|
url = https://github.com/google/protobuf.git
|
||||||
shallow = true
|
|
||||||
branch = tags/v3.1.0
|
branch = tags/v3.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user