diff options
| author | Ramkumar Ramachandra <artagnon@gmail.com> | 2013-06-25 23:33:39 +0530 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-06-26 17:59:19 -0400 |
| commit | 41f953af2ee86e4bda1025d77dc8525f42bc7a69 (patch) | |
| tree | 3b32375bfa1a2ac6663e5f72c9aefaa4d997cc05 | |
| parent | 23fb2278c7c50cf5785b1c109bc399bf87fdd542 (diff) | |
| download | rust-41f953af2ee86e4bda1025d77dc8525f42bc7a69.tar.gz rust-41f953af2ee86e4bda1025d77dc8525f42bc7a69.zip | |
.gitmodules: specify submodule.<path>.branch
So --remote can work. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
