diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2015-12-15 16:04:06 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-16 12:06:08 -0800 |
commit | fbf71645d12d30219e88598c4867ef7c2fe48cee (patch) | |
tree | 95dcd6f64c8111ec096e05449c7c59db453b6f82 /ewah/ewah_io.c | |
parent | Update release notes to 2.7 (diff) | |
download | tgif-fbf71645d12d30219e88598c4867ef7c2fe48cee.tar.xz |
submodule.c: write "Fetching submodule <foo>" to stderr
The "Pushing submodule <foo>" progress output correctly goes to
stderr, but "Fetching submodule <foo>" 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 descriptor, it
was buffered separately, resulting in wrongly interleaved output if
we copied it to the terminal naively.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ewah/ewah_io.c')
0 files changed, 0 insertions, 0 deletions