Re: Small regression on Windows

2017-02-13 Thread Junio C Hamano
Jeff Hostetler writes: > The warning text is being written to stderr and then main thread > sleeps for the 4 seconds. However, stderr has been redirected to > the pipe connected to the console_thread that handles the > coloring/pager. It is in a blocking ReadFile on the pipe and is > thus stuck

Re: Small regression on Windows

2017-02-13 Thread Jeff Hostetler
On 2/13/2017 1:00 PM, Johannes Sixt wrote: Please type this, preferably outside of any repo to avoid that it is changed; note the command typo: git -c help.autocorrect=40 ceckout Git waits for 4 seconds, but does not write anything until just before it exits. It bisects to a9b8a09c3c30

Small regression on Windows

2017-02-13 Thread Johannes Sixt
Please type this, preferably outside of any repo to avoid that it is changed; note the command typo: git -c help.autocorrect=40 ceckout Git waits for 4 seconds, but does not write anything until just before it exits. It bisects to a9b8a09c3c30886c79133da9f48ef9f98c21c3b2 is the first bad