Merge branch 'jn/clean-use-error-not-fprintf-on-stderr' into next
commit12391f14c12e1ccce7470bb7e4fbe8eb33066081
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 04:14:45 +0000 (5 21:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2015 04:14:45 +0000 (5 21:14 -0700)
treecb0542c936bc1195943c0efa7fc2728dfd8ddfde
parent1eb279f320b43b3260f5accbba5415d52a00fbd5
parent95d621217a386b821d606168f986c89254584a87
Merge branch 'jn/clean-use-error-not-fprintf-on-stderr' into next

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