]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-rebase.txt: fix description list separator
authorMartin Ågren <martin.agren@gmail.com>
Thu, 9 Jul 2020 18:24:38 +0000 (20:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2020 18:35:57 +0000 (11:35 -0700)
We don't give a "::" for the list separator, but just a single ":". This
ends up rendering literally, "--apply: Use applying strategies ...". As
a follow-on error, the list continuation, "+", also ends up rendering
literally (because we don't have a list).

This was introduced in 52eb738d6b ("rebase: add an --am option",
2020-02-15) and survived the rename in 10cdb9f38a ("rebase: rename the
two primary rebase backends", 2020-02-15).

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt

index f7a6033607fa558dfd5a0437d7b4327ff1c44c78..9acea055d7c7f8d73ca56c5c6448dcc62941a6d2 100644 (file)
@@ -258,7 +258,7 @@ See also INCOMPATIBLE OPTIONS below.
        original branch. The index and working tree are also left
        unchanged as a result.
 
---apply:
+--apply::
        Use applying strategies to rebase (calling `git-am`
        internally).  This option may become a no-op in the future
        once the merge backend handles everything the apply one does.