Skip to content

Commit ce3614c

Browse files
Martin Ågrengitster
authored andcommitted
git-commit-graph.txt: fix list rendering
The first list item follows immediately on the paragraph where we introduce the list. This makes the "*" render literally as part of one huge paragraph. (With AsciiDoc, everything is fine after that, but with Asciidoctor, we get some minor follow-on errors.) Add an empty line -- with a list continuation ("+") -- to make the first list item render ok. Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1aa7b68 commit ce3614c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/git-commit-graph.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ chain of multiple commit-graph files stored in
6868
strategy and other splitting options. The new commits not already in the
6969
commit-graph are added in a new "tip" file. This file is merged with the
7070
existing file if the following merge conditions are met:
71+
+
7172
* If `--split=no-merge` is specified, a merge is never performed, and
7273
the remaining options are ignored. `--split=replace` overwrites the
7374
existing chain with a new one. A bare `--split` defers to the remaining

0 commit comments

Comments
 (0)