From: Junio C Hamano Date: Mon, 11 May 2015 21:23:52 +0000 (-0700) Subject: Merge branch 'jn/clean-use-error-not-fprintf-on-stderr' X-Git-Tag: v2.5.0-rc0~128 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=a0c0c2e5c29f54c69fa6735aca6ed3079f5f4190;p=git.git Merge branch 'jn/clean-use-error-not-fprintf-on-stderr' Some error messages in "git config" were emitted without calling the usual error() facility. * jn/clean-use-error-not-fprintf-on-stderr: config: use error() instead of fprintf(stderr, ...) --- a0c0c2e5c29f54c69fa6735aca6ed3079f5f4190