mailinfo: remove calls to exit() and die() deep in the callchain
commit6ac617a321383b2e3a0f0537e3224ec6229e6500
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 00:45:29 +0000 (14 17:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2015 22:59:34 +0000 (21 15:59 -0700)
tree833365fb0c39db2191a234c89009e32e7b3d3b2d
parent669b963af2778c489b0742d2f4d56aeda7dcfad8
mailinfo: remove calls to exit() and die() deep in the callchain

The top-level mailinfo() would instead punt when the code in the
deeper part of the callchain detects an unrecoverable error in the
input.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
mailinfo.c
mailinfo.h