Skip to content

Commit 4151153

Browse files
authored
Rollup merge of #63641 - DieracDelta:master, r=eddyb
add git keyword to submodule comments in config.example.toml I searched over config.example.toml file looking for a place to disable git submodules from being updated, and missed the two options related to this because they did not include the keyword git. This pr simply adds git to the relevant comments so hopefully others won't also miss that these options exist.
2 parents 833447d + 178abd7 commit 4151153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@
141141
# library and facade crates.
142142
#compiler-docs = false
143143

144-
# Indicate whether submodules are managed and updated automatically.
144+
# Indicate whether git submodules are managed and updated automatically.
145145
#submodules = true
146146

147-
# Update submodules only when the checked out commit in the submodules differs
147+
# Update git submodules only when the checked out commit in the submodules differs
148148
# from what is committed in the main rustc repo.
149149
#fast-submodules = true
150150

0 commit comments

Comments
 (0)