diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2011-10-10 14:54:51 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-10 12:34:44 -0700 |
commit | 008e3cc5d781273053c79d1ccf8cc3bf36086a07 (patch) | |
tree | f47a79e8b17ebded5e95b4e8ede837e2b917838d /builtin/diff-index.c | |
parent | Git 1.7.4 (diff) | |
download | tgif-008e3cc5d781273053c79d1ccf8cc3bf36086a07.tar.xz |
config: display key_delim for config --bool --get-regexp
The previous logic in show_config was to print the delimiter when the
value was set, but Boolean variables have an implicit value "true" when
they appear with no value in the config file. As a result, we got:
git_Config --get-regexp '.*\.Boolean' #1. Ok: example.boolean
git_Config --bool --get-regexp '.*\.Boolean' #2. NO: example.booleantrue
Fix this by defering the display of the separator until after the value
to display has been computed.
Reported-by: Brian Foster <brian.foster@maxim-ic.com>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/diff-index.c')
0 files changed, 0 insertions, 0 deletions