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 #11579 - kawaemon:show-progress-on-git-cli-fetch, r=wei…
…hanglo Show progress of crates.io index update even `net.git-fetch-with-cli` option enabled ### What does this PR try to resolve? This PR fixes #11574 . ### How should we test and review this PR? Please run `cargo` with `net.git-fetch-with-cli` option enabled. It should show `git fetch`'s progress output like below. ``` ❯ CARGO_NET_GIT_FETCH_WITH_CLI=true ./target/debug/cargo b Updating crates.io index remote: Enumerating objects: 139821, done. remote: Counting objects: 100% (2226/2226), done. remote: Compressing objects: 100% (769/769), done. receiving objects: 0% (1/139821) ```
- Loading branch information