]> git.ipfire.org Git - thirdparty/git.git/commit
git-config.1: fix description of --regexp in synopsis
authorJunio C Hamano <gitster@pobox.com>
Mon, 26 Aug 2024 18:48:57 +0000 (11:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Aug 2024 18:49:37 +0000 (11:49 -0700)
commit160947040917c340633f79c6f44d3cae4653d53a
tree65c05bbe424c061ea9debbfd865e82534062df31
parent686e9f616fea49f892ee400b4a5424ffef8dc3bb
git-config.1: fix description of --regexp in synopsis

The synopsis says --regexp=<regexp> but the --regexp option is a
Boolean that says "the name given is not literal, but a pattern to
match the name".

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