]> git.ipfire.org Git - thirdparty/git.git/commit
rev-list-options.txt: fix rendering of bonus paragraph
authorMartin Ågren <martin.agren@gmail.com>
Wed, 17 Feb 2021 19:56:04 +0000 (20:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Feb 2021 21:16:11 +0000 (13:16 -0800)
commit452d26448d5469ac728570200936f08a0993a7bc
tree751b128e263eca9979d27014f40918dd932e4ef5
parent328c10930387d301560f7cbcd3351cc485a13381
rev-list-options.txt: fix rendering of bonus paragraph

In git-log(1) -- but not in git-shortlog(1) or git-rev-list(1) -- we
include a bonus paragraph in the description of `--first-parent`. But
we forgot to add a lone "+" for a list continuation, and we shouldn't
be indenting this second paragraph. As a result, we get a different
indentation and the `backticks` render literally.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt