config: "git config baa" should exit with status 1
authorJunio C Hamano <gitster@pobox.com>
Sun, 29 Jul 2012 20:43:21 +0000 (13:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2012 15:51:26 +0000 (08:51 -0700)
commit9409c7a5b33d6a4d68f58ccb1034fa50c92cac68
tree3fe15b0625001b5b6331bec0324ed4b5d8932269
parent785ee4960c3d334cbc2b17ab74d2cebdf1b4db64
config: "git config baa" should exit with status 1

We instead failed with an undocumented exit status 255.
Also define a "catch-all" status and document it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt
builtin/config.c
cache.h