Junio C Hamano <gitster@xxxxxxxxx> writes: > Celeste Liu <coelacanthushex@xxxxxxxxx> writes: > >> And is there need a new patch to fix this? Or you will fix it directly? >>> >>> The synopsis should lose "=<regexp>" part, as the option does not >>> take any arguments. > > It is a separate documentation bug. We can fix it separately. > > ----- >8 --------- >8 --------- >8 ----- > Subject: git-config.1: two random small fixes Sorry but, this is a stale subject. Subject: git-config.1: fix --regexp description in synopsis or something, probably. > 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@xxxxxxxxx> > --- > > diff --git c/Documentation/git-config.txt w/Documentation/git-config.txt > index 65c645d461..1ee5c89ba2 100644 > --- c/Documentation/git-config.txt > +++ w/Documentation/git-config.txt > @@ -10,7 +10,7 @@ SYNOPSIS > -------- > [verse] > 'git config list' [<file-option>] [<display-option>] [--includes] > -'git config get' [<file-option>] [<display-option>] [--includes] [--all] [--regexp=<regexp>] [--value=<value>] [--fixed-value] [--default=<default>] <name> > +'git config get' [<file-option>] [<display-option>] [--includes] [--all] [--regexp] [--value=<value>] [--fixed-value] [--default=<default>] <name> > 'git config set' [<file-option>] [--type=<type>] [--all] [--value=<value>] [--fixed-value] <name> <value> > 'git config unset' [<file-option>] [--all] [--value=<value>] [--fixed-value] <name> <value> > 'git config rename-section' [<file-option>] <old-name> <new-name>