Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #14688 - weihanglo:git-cli, r=epage
fix(git): dont fetch tags by default ### What does this PR try to resolve? Change Cargo to pass [`--no-tags`] Git CLI option by default. This aligns with how libgit2 works in Cargo. Based on the Git official doc, the flag has been there since at least 2.0.5 [`--no-tags`]: https://git-scm.com/docs/git-fetch/2.0.5#Documentation/git-fetch.txt---no-tags ### How should we test and review this PR? Not sure if we want a test for this. `CARGO_NET_GIT_FETCH_WITH_CLI` is barely tested. ### Additional information Fixes #14687
- Loading branch information