run-command: do not warn about child death from terminal
commita2767c5c91ebda3c083419c80a7f64248c5ec175
authorJeff King <peff@peff.net>
Fri, 30 Nov 2012 22:41:38 +0000 (30 17:41 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Dec 2012 10:06:43 +0000 (2 02:06 -0800)
tree65f09db0346c17c025b9cc1049aced82675a01b3
parent913ef36093eac3ec78b5fb155cc2beb5843b1ce5
run-command: do not warn about child death from terminal

SIGINT and SIGQUIT are not generally interesting signals to
the user, since they are typically caused by them hitting "^C"
or otherwise telling their terminal to send the signal.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.c