author | Michael J Gruber <git@drmicha.warpmail.net> | |
Wed, 21 Sep 2011 07:48:36 +0000 (09:48 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 Sep 2011 22:05:53 +0000 (15:05 -0700) | ||
commit | 6f90969ba88ab862806e58abc6b7047afbc64d27 | |
tree | e965256a0bab32edec74558059374926d11562e3 | tree | snapshot |
parent | f696543dad6c7ba27b0c4fab167a5687263a9ba0 | commit | diff |
unpack-trees: print "Aborting" to stderr
display_error_msgs() prints all the errors to stderr already (if any),
followed by "Aborting" (if any) to stdout. Make the latter go to stderr
instead.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
display_error_msgs() prints all the errors to stderr already (if any),
followed by "Aborting" (if any) to stdout. Make the latter go to stderr
instead.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7607-merge-overwrite.sh | diff | blob | history | |
t/t7609-merge-co-error-msgs.sh | diff | blob | history | |
unpack-trees.c | diff | blob | history |