Skip to content
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

Don't set git config features.manyFiles on post install #47375

Merged
merged 2 commits into from
Mar 21, 2023

Commits on Mar 21, 2023

  1. Don't set git config features.manyFiles on post install

    This reverts #31408, as it also sets the git config value `index.skipHash` which breaks cargo at the moment: rust-lang/cargo#11857
    
    Contributors docs have been updated to recommend a shallow clone in #44158, which should alleviate some of the issues that manyFiles addresses.
    wbinnssmith committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c6ecfc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7efbb7b View commit details
    Browse the repository at this point in the history