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

unify git command preperation #126309

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Commits on Jun 12, 2024

  1. unify git command preperation

    Due to rust-lang#125954, we had to modify git invocations with
    certain flags in rust-lang#126255. However, because there are so many
    instances of `Command::new("git")` in bootstrap, it is difficult to apply these solutions to all of
    them.
    
    This PR creates a helper function that unifies the git usage in bootstrap. Meaning, whenever special flags
    or hacks are needed, we can apply them to this single function which makes things much simpler for the bootstrap team.
    
    Signed-off-by: onur-ozkan <[email protected]>
    onur-ozkan committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    17a7ab7 View commit details
    Browse the repository at this point in the history