diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2023-04-09 12:35:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-09 12:35:54 +0900 |
| commit | ec1712f06e21b72ed0ec5a4d1f12aa0383c764cc (patch) | |
| tree | ff156b5dc22ae8c5c283c7a12f69e648e6ea6b72 /config.example.toml | |
| parent | f001f7beebb2425ad59a62ef330c78f2d0fb31d1 (diff) | |
| parent | c80a69440c39aca92e73577cbeb0699415ecfcea (diff) | |
| download | rust-ec1712f06e21b72ed0ec5a4d1f12aa0383c764cc.tar.gz rust-ec1712f06e21b72ed0ec5a4d1f12aa0383c764cc.zip | |
Rollup merge of #110059 - gimbles:git-hash, r=ozkanonur
ignore_git → omit_git_hash Fixes #110020
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml index 15c6bc0f123..b27a34e61c5 100644 --- a/config.example.toml +++ b/config.example.toml @@ -585,7 +585,7 @@ changelog-seen = 2 # Having the git information can cause a lot of rebuilds during development. # # FIXME(#76720): this can causes bugs if different compilers reuse the same metadata cache. -#ignore-git = if rust.channel == "dev" { true } else { false } +#omit-git-hash = if rust.channel == "dev" { true } else { false } # Whether to create a source tarball by default when running `x dist`. # |
