Bug: version 2.4 seems to have broken `git clone --progress`

2015-05-11 Thread Jack O'Connor
In git 2.3.7 I could run the following command and see progress in the terminal, despite the redirection of stdout and stderr: git clone https://github.com/oconnor663/dotfiles --progress 21 | cat As of 2.4, that command no longer shows progress. When I bisect, the responsible commit is

Re: Bug: version 2.4 seems to have broken `git clone --progress`

2015-05-11 Thread Mike Hommey
On Mon, May 11, 2015 at 07:04:20PM -0700, Junio C Hamano wrote: Mike Hommey m...@glandium.org writes: So, the reason this is happening is that 2879bc3 moved sending the progress helper option earlier, and for clone, it's early enough that transport_set_verbosity happens afterwards. Since