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

re-enable flaky tests thanks to update to gix-config. (#11821) #13130

Merged
merged 1 commit into from
Dec 7, 2023

Commits on Dec 7, 2023

  1. re-enable flaky tests thanks to update to gix-config. (rust-lang#11821

    )
    
    With `gix-config` now being fixed, it will properly respect `GIT_CONFIG_NOSYSTEM`
    both for system-wide configuration as well as for the git installation configuration.
    
    That way, credential helpers provided by the git installation won't be called anymore,
    which prevents them from 'somehow' emitting information to stderr.
    
    The latter was previously disabled for credential helpers, and despite
    everything^1 looking like it should work, it simply didn't.
    
    [1]: rust-lang#13117 (comment)
    Byron committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    189de40 View commit details
    Browse the repository at this point in the history