diff options
author | Marco Costalba <mcostalba@gmail.com> | 2008-01-05 09:57:24 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-05 11:52:17 -0800 |
commit | 7c390d90e8b6322948f45cecc658d62813c0d5ae (patch) | |
tree | 825ae34d68969ceb14f3c5cff2d41e8c12fe2c21 /exec_cmd.c | |
parent | Update draft release notes for 1.5.4 (diff) | |
download | tgif-7c390d90e8b6322948f45cecc658d62813c0d5ae.tar.xz |
git-stash: use stdout instead of stderr for non error messages
Some scripts and libraries check stderr to detect a failing command,
instead of checking the exit code. Because the output from git-status
is not primarily for machine consumption, it would not hurt to send
these messages to stdout instead and it will make it easier to drive
the command for such callers.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'exec_cmd.c')
0 files changed, 0 insertions, 0 deletions