Skip to content

Commit 1a7a5b5

Browse files
committed
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
2 parents f0e5c95 + 9863d35 commit 1a7a5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
[submodule "src/tools/cargo"]
2222
path = src/tools/cargo
2323
url = https://github.com/rust-lang/cargo.git
24-
[submodule "reference"]
24+
[submodule "src/doc/reference"]
2525
path = src/doc/reference
2626
url = https://github.com/rust-lang-nursery/reference.git
27-
[submodule "book"]
27+
[submodule "src/doc/book"]
2828
path = src/doc/book
2929
url = https://github.com/rust-lang/book.git
3030
[submodule "src/tools/rls"]

0 commit comments

Comments
 (0)