Check out: https://asciinema.org/a/566216 Feature request is: add a pipe={cmd} option to git, that would just pass through the git clone --progress output into {cmd}. This is EXTREMELY EASY TO DO SO, ONLY FILE *pipe=popen(cmd_option_str, "w") ; is needed, and one can then write to `pipe` file handler. -- Best regards, Sebastian Gniazdowski