Message ID | 7d85bfe6c5511d3918dd84365249797abe6fa04b.1708468374.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2e48553fda1b68777e15d287e0f9ce7d64caa58d |
Headers | show |
Series | Doc placeholders | expand |
On Tue, Feb 20, 2024 at 5:33 PM Jean-Noël Avila via GitGitGadget <gitgitgadget@gmail.com> wrote: > doc: git-clone fix missing placeholder end carret I believe you meant: s/carret/caret/ In English, I think this symbol is typically called an "angle bracket". Either way, probably not worth a reroll since it's just a commit-message nit. > Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> > > diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt > @@ -311,7 +311,7 @@ or `--mirror` is given) > ---ref-format=<ref-format:: > +--ref-format=<ref-format>::
Eric Sunshine <sunshine@sunshineco.com> writes: > On Tue, Feb 20, 2024 at 5:33 PM Jean-Noël Avila via GitGitGadget > <gitgitgadget@gmail.com> wrote: >> doc: git-clone fix missing placeholder end carret > > I believe you meant: s/carret/caret/ > > In English, I think this symbol is typically called an "angle bracket". Yes, caret is "^". >> diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt >> @@ -311,7 +311,7 @@ or `--mirror` is given) >> ---ref-format=<ref-format:: >> +--ref-format=<ref-format>:: A closing angle bracket is what is missing there. Thanks for reading carefully.
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 6e43eb9c205..0c07720c6f4 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -311,7 +311,7 @@ or `--mirror` is given) The result is Git repository can be separated from working tree. ---ref-format=<ref-format:: +--ref-format=<ref-format>:: Specify the given ref storage format for the repository. The valid values are: +