diff options
| author | Gimbles <93856041+gimbles@users.noreply.github.com> | 2023-04-07 23:15:25 +0530 |
|---|---|---|
| committer | Gimbles <93856041+gimbles@users.noreply.github.com> | 2023-04-08 11:08:01 +0530 |
| commit | c80a69440c39aca92e73577cbeb0699415ecfcea (patch) | |
| tree | 0a5f5030bbf08e323f14b90626c6d9f85f7ef629 /config.example.toml | |
| parent | 94524020ea12f7947275063b65f8b7d705be073e (diff) | |
| download | rust-c80a69440c39aca92e73577cbeb0699415ecfcea.tar.gz rust-c80a69440c39aca92e73577cbeb0699415ecfcea.zip | |
s/ignore_git/omit_git_hash
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 5ef83760aed..edc72d3ec1c 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`. # |
