Re: [PATCHv3 01/13] Sending "Fetching submodule " output to stderr

2015-09-21 Thread Junio C Hamano
Stefan Beller writes: > Subject: Re: [PATCHv3 01/13] Sending "Fetching submodule " output to > stderr Subject: submodule: send "" to standard error or something? > if (is_directory(git_dir)) { > if (!quiet) > -

[PATCHv3 01/13] Sending "Fetching submodule " output to stderr

2015-09-21 Thread Stefan Beller
From: Jonathan Nieder The "Pushing submodule " progress output correctly goes to stderr, but "Fetching submodule " is going to stdout by mistake. Fix it to write to stderr. Noticed while trying to implement a parallel submodule fetch. When this particular output line went to a different file de