Pull and fetch don't honor `--progress` flag

2013-10-16 Thread Jacobs, Todd
When I use the `--progress` flag with the push command, I get transfer-speed statistics like this: $ git push -progress origin master 2>&1 | tee /tmp/push Counting objects: 30, done. Compressing objects: 100% (20/20), done. Writing objects: 100% (30/30), 9.02 MiB | 206.00 KiB/s, d

RE: Pull and fetch don't honor `--progress` flag

2013-10-16 Thread Jacobs, Todd
> Does it make a difference how you invoke "git fetch"? From a quick look at > the code, "git fetch" with no remote or refspec should display progress data, > but if you specify "--all" or a remote and refspec then it won't. Thanks for your prompt response. However, it doesn't make any differenc