Re: [PATCH 05/10] submodule add: send messages to stderr

2016-05-02 Thread Junio C Hamano
Stefan Beller writes: > Reroute the output of stdout to stderr as it is just informative > messages, not to be consumed by machines. > > This should not regress any scripts that try to parse the > current output, as the output is already internationalized > and therefore unstable. > > Signed-off-

[PATCH 05/10] submodule add: send messages to stderr

2016-04-29 Thread Stefan Beller
Reroute the output of stdout to stderr as it is just informative messages, not to be consumed by machines. This should not regress any scripts that try to parse the current output, as the output is already internationalized and therefore unstable. Signed-off-by: Stefan Beller --- git-submodule.