Skip to content

Commit 596f4ff

Browse files
CoelacanthusHexgitster
authored andcommitted
doc: replace 3 dash with correct 2 dash in git-config(1)
Commit 4e51389 (builtin/config: introduce "get" subcommand, 2024-05-06) introduced this typo. It uses 3 dashes for regexp argument instead of correct 2 dashes. Signed-off-by: Celeste Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7b91d31 commit 596f4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ OPTIONS
130130
--all::
131131
With `get`, return all values for a multi-valued key.
132132

133-
---regexp::
133+
--regexp::
134134
With `get`, interpret the name as a regular expression. Regular
135135
expression matching is currently case-sensitive and done against a
136136
canonicalized version of the key in which section and variable names

0 commit comments

Comments
 (0)