On Sun, Aug 10, 2025, at 23:30, Knut Harald Ryager via GitGitGadget wrote: > From: Knut Harald Ryager <e-k-nut@xxxxxxxxxxx> > > [--filter=<filter> [--also-filter-submodules]] > > instead of > > [--filter=<filter>] [--also-filter-submodules]] > > Signed-off-by: Knut Harald Ryager <e-k-nut@xxxxxxxxxxx> > --- > Remove excess right bracket from git-clone docs > > Published-As: > https://github.com/gitgitgadget/git/releases/tag/pr-git-2023%2FKnutRyager%2Fmaster-v2 > Fetch-It-Via: git fetch https://github.com/gitgitgadget/git > pr-git-2023/KnutRyager/master-v2 > Pull-Request: https://github.com/git/git/pull/2023 > > Range-diff vs v1: > > 1: 6bb5c653356 ! 1: bb158425b8a docs: remove stray bracket from > git-clone synopsis > @@ > ## Metadata ## > -Author: E-K-n <e-k-nut@xxxxxxxxxxx> > +Author: Knut Harald Ryager <e-k-nut@xxxxxxxxxxx> > > ## Commit message ## > - docs: remove stray bracket from git-clone synopsis > + Remove the extra and incorrect closing bracket, so that the line reads: It looks like you accidentally deleted the nice subject line docs: remove stray bracket from git-clone synopsis When rewriting the commit message with Junio’s suggestion. Which made what was supposed to be the first line of the first paragraph into the subject line. I think you want this: docs: remove stray bracket from git-clone synopsis Remove the extra and incorrect closing bracket, so that the line reads: [--filter=<filter> [--also-filter-submodules]] instead of [--filter=<filter>] [--also-filter-submodules]] > > - The git-clone documentation contained an extra ‘]’ after > - `--also-filter-submodules]`. > + [--filter=<filter> [--also-filter-submodules]] > ... -- Kristoffer