On 2024-08-26 23:19, Junio C Hamano wrote: > Patrick Steinhardt <ps@xxxxxx> writes: > >>>> There's one more thing I noticed: the synopsis for `git config get` says >>>> `--regrexp=<regexp>`, which is clearly wrong. As you're already at it, >>>> would you mind including a second patch that corrects this? >>> >>> I couldn't find this typo. Did I miss something? If something missed, please >>> tell me. I will include it in v3. >>> v2 has been sent. >> >> It's in line 13 in Documentation/git-config.txt. Seeing that your v2 is > > Ahhhh. You weren't saying "regexp is misspelt as regrexp". You're > right. I too missed it. Ohhhhh. I missed it. A comment which include typo and point out a typo led my brain to wrong way. 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. > > Thanks.