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>
maint
Jeff King 2016-10-30 14:46:33 -04:00 committed by Junio C Hamano
parent 0b65a8dbdb
commit 6d834ac8f1
1 changed files with 1 additions and 1 deletions

View File

@ -2351,7 +2351,7 @@ rebase.missingCommitsCheck::
command in the todo-list. command in the todo-list.
Defaults to "ignore". Defaults to "ignore".


rebase.instructionFormat rebase.instructionFormat::
A format string, as specified in linkgit:git-log[1], to be used for 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 the instruction list during an interactive rebase. The format will automatically
have the long commit hash prepended to the format. have the long commit hash prepended to the format.