diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-11-25 15:01:31 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-11-25 15:01:31 -0800 |
commit | c902618795eee5dbc88ded238d0a359091ab0dee (patch) | |
tree | 8badf4e58595918fdd0e1357235c5c7846f6fac5 /config.c | |
parent | config: implement --fixed-value with --get* (diff) | |
download | tgif-c902618795eee5dbc88ded238d0a359091ab0dee.tar.xz |
config doc: value-pattern is not necessarily a regexp
The introductory part of the "git config --help" mentions the
optional value-pattern argument, but give no hint that it can be
something other than a regular expression (worse, it just says
"POSIX regexp", which usually means BRE but the regexp the command
takes is ERE). Also, it needs to be documented that the '!' prefix
to negate the match, which is only mentioned in this part of the
document, works only with regexp and not with the --fixed-value.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.c')
0 files changed, 0 insertions, 0 deletions