]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: fix missing "::" in config list
authorJeff King <peff@peff.net>
Sun, 30 Oct 2016 18:46:33 +0000 (14:46 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 30 Oct 2016 22:26:37 +0000 (15:26 -0700)
The rebase.instructionFormat option is missing its "::" to
tell AsciiDoc that it's a list entry. As a result, the
option name gets lumped into the description in one big
paragraph.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index 02696208c9d8f014ad148eca4874b06f9db2fcfb..86b2435667f32b1201d4d478b1d3a57385310fe1 100644 (file)
@@ -2351,7 +2351,7 @@ rebase.missingCommitsCheck::
        command in the todo-list.
        Defaults to "ignore".
 
-rebase.instructionFormat
+rebase.instructionFormat::
        A format string, as specified in linkgit:git-log[1], to be used for
        the instruction list during an interactive rebase.  The format will automatically
        have the long commit hash prepended to the format.