Merge branch 'jn/clean-use-error-not-fprintf-on-stderr'
commita0c0c2e5c29f54c69fa6735aca6ed3079f5f4190
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:52 +0000 (11 14:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:53 +0000 (11 14:23 -0700)
treecf97c7a2ddad14d59071155d628622f15f0cc803
parent5fa9e4c4f1582cbfdd652edac36bb76434ffb629
parent95d621217a386b821d606168f986c89254584a87
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, ...)
builtin/config.c