-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename ignore-git
to omit-git-hash
#110020
Comments
@rustbot label +T-bootstrap +C-cleanup |
I think it's rare for anyone to set this option manually, but we should update |
Do we have this by default in some profile? Otherwise, I would expect setting this to be common - it's necessary to avoid rebuilds after git commit, I think. |
The default configurations don't use it, but it defaults to |
@rustbot claim |
…gelog, r=ozkanonur Add renaming of ignore-git to changelog `bootstrap`'s `ignore-git` option has been renamed to `omit-git-hash` in rust-lang#110059. This PR adds this change to the `CHANGELOG.md`. See also rust-lang#110020 (comment).
…gelog, r=ozkanonur Add renaming of ignore-git to changelog `bootstrap`'s `ignore-git` option has been renamed to `omit-git-hash` in rust-lang#110059. This PR adds this change to the `CHANGELOG.md`. See also rust-lang#110020 (comment).
As mentioned by @jyn514 on Zulip, the
ignore-git
option of the bootstrap configuration should be renamed toomit-git-hash
to better describe its meaning and distinguish it fromsubmodules = 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.The text was updated successfully, but these errors were encountered: