pretty: handle broken commit headers gracefully
commit9dbe7c3d7f4424cf0c27c2d4efabf72e58fa76b9
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Wed, 17 Apr 2013 18:33:35 +0000 (17 20:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Apr 2013 21:50:36 +0000 (17 14:50 -0700)
tree33f0fa1c74b943e2b3c719aac584495a7d6619e8
parent9cfa5126a0bdb47bc9c6d5feb76bb0fbfd40785b
pretty: handle broken commit headers gracefully

Centralize the parsing of the date and time zone strings in the new
helper function show_ident_date() and make sure it checks the pointers
provided by split_ident_line() for NULL before use.

Reported-by: Ivan Lyapunov <dront78@gmail.com>
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pretty.c
t/t4212-log-corrupt.sh [new file with mode: 0755]