From: Junio C Hamano Date: Mon, 11 Feb 2008 21:10:27 +0000 (-0800) Subject: config.c: guard config parser from value=NULL X-Git-Tag: v1.5.4.2~28 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6c47d0e8f3983cff5bf633cb8e6f7ecfecf48db7?ds=inline;hp=6c47d0e8f3983cff5bf633cb8e6f7ecfecf48db7 config.c: guard config parser from value=NULL user.{name,email}, core.{pager,editor,excludesfile,whitespace} and i18n.{commit,logoutput}encoding all expect string values. Signed-off-by: Junio C Hamano ---