.gitmodules: specify submodule.<path>.branch

So --remote can work.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
This commit is contained in:
Ramkumar Ramachandra 2013-06-25 23:33:39 +05:30 committed by Corey Richardson
parent 23fb2278c7
commit 41f953af2e
1 changed files with 2 additions and 0 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,8 @@
[submodule "src/llvm"]
path = src/llvm
url = https://github.com/brson/llvm.git
branch = master
[submodule "src/libuv"]
path = src/libuv
url = https://github.com/brson/libuv.git
branch = master