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

[beta-1.79] fix(config): Ensure --config net.git-fetch-with-cli=true is respected #13997

Merged
merged 3 commits into from
Jun 3, 2024

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    d53880d View commit details
    Browse the repository at this point in the history
  2. Revert "fix(context): Configure Shell before emitting messages"

    This reverts commit f525e1f.
    
    This removes color control from warnings for unstable features.
    For some reason this removed color support from `cargo -Zhelp` in the
    tests but I can't reproduce it locally.
    
    The most important thing was getting the config fix in.
    There are two follow ups
    - Can we have the config working *and* color?
    - Why did this fail for this field and not the others we already had
      tests for?
    
    I ran out my immediate time box for looking into these.
    
    Fixes rust-lang#13991
    epage committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    3764730 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Fix test error in rust-lang/rust#125533

    As lint dropping_copy_types will give suggsetion in this
    situation.(Changed in rust-lang/rust#125433)
    surechen authored and epage committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    947466b View commit details
    Browse the repository at this point in the history