From 41f953af2ee86e4bda1025d77dc8525f42bc7a69 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Tue, 25 Jun 2013 23:33:39 +0530 Subject: [PATCH] .gitmodules: specify submodule..branch So --remote can work. Signed-off-by: Ramkumar Ramachandra --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 52ece628c57..c8442616179 100644 --- a/.gitmodules +++ b/.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