summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-10-30 18:46:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-10-30 22:26:37 (GMT)
commit6d834ac8f182fb8bb67e7e2bc39605b0efaf8549 (patch)
treec9c209aa67b97f5b2d368ccd6384330f989ae0bc /Documentation
parent0b65a8dbdb38962e700ee16776a3042beb489060 (diff)
downloadgit-6d834ac8f182fb8bb67e7e2bc39605b0efaf8549.zip
git-6d834ac8f182fb8bb67e7e2bc39605b0efaf8549.tar.gz
git-6d834ac8f182fb8bb67e7e2bc39605b0efaf8549.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 0269620..86b2435 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -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.