Updating crates.io index with net.git-fetch-with-cli
option enabled should show progress
#11574
Labels
A-console-output
Area: Terminal output, colors, progress bar, etc.
A-git
Area: anything dealing with git
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
E-easy
Experience: Easy
Problem
If user doesn't use
net.git-fetch-with-cli
option, cargo shows the progress bar.However it doesn't show anything and stalls up to some minutes (at least looks like so) with that option enabled.
It may make users feel anxious, so I think it should show progress somehow too.
Proposed Solution
I think redirecting
git
's stdout to user is reasonable solution.It is the best if we could parse
git
's output and show the progress bar used in normal fetch, but it might be too expensive to implement.Notes
No response
The text was updated successfully, but these errors were encountered: