Auto merge of #47049 - eddyb:submodules, r=alexcrichton

Always name git submodules by their paths.

Two submodules didn't follow the convention and they kept breaking rebases in GitKraken.

r? @alexcrichton
This commit is contained in:
bors 2017-12-29 17:32:17 +00:00
commit 1a7a5b5e38

4
.gitmodules vendored
View file

@ -21,10 +21,10 @@
[submodule "src/tools/cargo"]
path = src/tools/cargo
url = https://github.com/rust-lang/cargo.git
[submodule "reference"]
[submodule "src/doc/reference"]
path = src/doc/reference
url = https://github.com/rust-lang-nursery/reference.git
[submodule "book"]
[submodule "src/doc/book"]
path = src/doc/book
url = https://github.com/rust-lang/book.git
[submodule "src/tools/rls"]