Skip to content

Commit 6d834ac

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0b65a8d commit 6d834ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2351,7 +2351,7 @@ rebase.missingCommitsCheck::
23512351
command in the todo-list.
23522352
Defaults to "ignore".
23532353

2354-
rebase.instructionFormat
2354+
rebase.instructionFormat::
23552355
A format string, as specified in linkgit:git-log[1], to be used for
23562356
the instruction list during an interactive rebase. The format will automatically
23572357
have the long commit hash prepended to the format.

0 commit comments

Comments
 (0)