Jakub Narebski wrote: > Jonathan Nieder <jrnieder@xxxxxxxxx> writes: >> - sigchain_push(SIGINT, SIG_IGN); >> - sigchain_push(SIGQUIT, SIG_IGN); >> + if (the_child) >> + die("What? _Two_ children?"); >> + the_child = cmd; >> + sigchain_push(SIGINT, interrupted_with_child); >> + sigchain_push(SIGQUIT, interrupted_with_child); > > Please, don't do this. It is almost as bad as error message as > "You don't exist. Go away". Hopefully it was clear that the behavior (erroring out) is as unacceptable as the message. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html