From: Junio C Hamano Date: Mon, 2 May 2016 21:24:10 +0000 (-0700) Subject: Merge branch 'jk/do-not-printf-NULL' into maint X-Git-Tag: v2.8.3~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d406f681fe8dc563b75c7c81aaff4f3379974010;p=thirdparty%2Fgit.git Merge branch 'jk/do-not-printf-NULL' into maint "git config" had a codepath that tried to pass a NULL to printf("%s"), which nobody seems to have noticed. * jk/do-not-printf-NULL: git_config_set_multivar_in_file: handle "unset" errors git_config_set_multivar_in_file: all non-zero returns are errors config: lower-case first word of error strings --- d406f681fe8dc563b75c7c81aaff4f3379974010