Skip to content

Commit

Permalink
Rollup merge of rust-lang#63641 - DieracDelta:master, r=eddyb
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Centril authored Aug 16, 2019
2 parents 833447d + 178abd7 commit 4151153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@
# library and facade crates.
#compiler-docs = false

# Indicate whether submodules are managed and updated automatically.
# Indicate whether git submodules are managed and updated automatically.
#submodules = true

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

Expand Down

0 comments on commit 4151153

Please sign in to comment.