From 6d834ac8f182fb8bb67e7e2bc39605b0efaf8549 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Sun, 30 Oct 2016 14:46:33 -0400 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 02696208c9..86b2435667 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. -- 2.11.4.GIT