dswisher / git-exec-wrapper

A dotnet class library that provides a (hopefully) easy-to-use wrapper around command-line git
MIT License
0 stars 0 forks source link

Show fetch progress #9

Open dswisher opened 2 years ago

dswisher commented 2 years ago

Fetching a large set of commits can take a noticeable amount of time. The command-line shows progress when done from a terminal, and it looks like git-fetch has a --progress option that would allow this to be captured.

I fear it would be difficult to pipe this back through SimpleExec to some sort of client callback, but it sure would be nice.