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.
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.