about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorJacob Pratt <jacob@jhpratt.dev>2024-06-16 03:41:58 -0400
committerGitHub <noreply@github.com>2024-06-16 03:41:58 -0400
commite345ddb2d1ee4c6df1eb63e1695cb6d804ee7fe5 (patch)
treef4d82f80a7b3a2261b513fabe0fa1873b6b47bc4 /library/std/src
parent936d76009b31bd931496bcf1ca9ae4eb9dd43b74 (diff)
parent17a7ab73e32b1974e56f84173610540194c8ee9f (diff)
downloadrust-e345ddb2d1ee4c6df1eb63e1695cb6d804ee7fe5.tar.gz
rust-e345ddb2d1ee4c6df1eb63e1695cb6d804ee7fe5.zip
Rollup merge of #126309 - onur-ozkan:unify-git-utilization, r=Kobzol
unify git command preperation

Due to https://github.com/rust-lang/rust/issues/125954, we had to modify git invocations with certain flags in https://github.com/rust-lang/rust/pull/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.
Diffstat (limited to 'library/std/src')
0 files changed, 0 insertions, 0 deletions