.gitmodules: specify submodule.<path>.branch
So --remote can work. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
This commit is contained in:
parent
23fb2278c7
commit
41f953af2e
1 changed files with 2 additions and 0 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,6 +1,8 @@
|
||||||
[submodule "src/llvm"]
|
[submodule "src/llvm"]
|
||||||
path = src/llvm
|
path = src/llvm
|
||||||
url = https://github.com/brson/llvm.git
|
url = https://github.com/brson/llvm.git
|
||||||
|
branch = master
|
||||||
[submodule "src/libuv"]
|
[submodule "src/libuv"]
|
||||||
path = src/libuv
|
path = src/libuv
|
||||||
url = https://github.com/brson/libuv.git
|
url = https://github.com/brson/libuv.git
|
||||||
|
branch = master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue