Skip to content

Commit

Permalink
.gitmodules: specify submodule.<path>.branch
Browse files Browse the repository at this point in the history
So --remote can work.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
  • Loading branch information
artagnon authored and emberian committed Jun 26, 2013
1 parent 23fb227 commit 41f953a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitmodules
@@ -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

0 comments on commit 41f953a

Please sign in to comment.