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". -- Jakub Narebski Poland ShadeHawk on #git -- 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