-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
As mentioned by @jyn514 on Zulip, the ignore-git
option of the bootstrap configuration should be renamed to omit-git-hash
to better describe its meaning and distinguish it from submodules = false
. It indicates that information about the current commit shouldn't be displayed when e.g. rustdoc --version --verbose
is run. This isn't clear from the current name.
jyn514 and KisaragiEffective
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)