diff options
author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-01-28 16:38:12 +0100 |
---|---|---|
committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-02-03 11:08:20 +0100 |
commit | f14479505882170f6394eedf4856ed1f5307b3a6 (patch) | |
tree | 7c21aca1a6f43a7d8fdb8c1ed79a3b11b9319cfd /.gitmodules | |
parent | Create new flag to test rustdoc --test (diff) | |
download | grust-f14479505882170f6394eedf4856ed1f5307b3a6.tar.gz grust-f14479505882170f6394eedf4856ed1f5307b3a6.tar.bz2 grust-f14479505882170f6394eedf4856ed1f5307b3a6.tar.xz |
Set correct hoedown submodule branch
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 39288a7ae4..86c5c780c5 100644 --- a/.gitmodules +++ b/.gitmodules | |||
@@ -8,6 +8,7 @@ | |||
8 | [submodule "src/rt/hoedown"] | 8 | [submodule "src/rt/hoedown"] |
9 | path = src/rt/hoedown | 9 | path = src/rt/hoedown |
10 | url = https://github.com/rust-lang/hoedown.git | 10 | url = https://github.com/rust-lang/hoedown.git |
11 | branch = rust-2015-09-21-do-not-delete | ||
11 | [submodule "src/jemalloc"] | 12 | [submodule "src/jemalloc"] |
12 | path = src/jemalloc | 13 | path = src/jemalloc |
13 | url = https://github.com/rust-lang/jemalloc.git | 14 | url = https://github.com/rust-lang/jemalloc.git |