doc: fix missing "::" in config list
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>
Jeff King committed
Oct 30, 2016 at 14:46 UTC
6d834ac8f182fb8bb67e7e2bc39605b0efaf8549
1 file changed
+1
-1
Documentation/config.txt
+1
-1
@@ -2351,7 +2351,7 @@ rebase.missingCommitsCheck::
2351
command in the todo-list.
2352
Defaults to "ignore".
2353
2354
-rebase.instructionFormat
2354
+rebase.instructionFormat::
2355
A format string, as specified in linkgit:git-log[1], to be used for
2356
the instruction list during an interactive rebase. The format will automatically
2357
have the long commit hash prepended to the format.