config: Change output of --get-regexp for valueless keys
commitb69ba460bb0710b2af8a20b4b0d62233f29401ec
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 25 Jun 2007 14:03:54 +0000 (25 16:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jun 2007 01:20:47 +0000 (26 18:20 -0700)
treeeb84fa18ed8c179ef2467cfcf76f3eb5a4de75e1
parente373bb73889e15452b622df67465b77803876aa6
config: Change output of --get-regexp for valueless keys

Print no space after the name of a key without value.
Otherwise keys without values are printed exactly the
same as keys with empty values.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-config.c
t/t1300-repo-config.sh