git-commit-graph.txt: fix bullet lists
authorMartin Ågren <martin.agren@gmail.com>
Thu, 27 Sep 2018 19:12:19 +0000 (21:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Sep 2018 22:29:11 +0000 (15:29 -0700)
We have a couple of bullet items which span multiple lines, and where we
have prefixed each line with a `*`. (This might be the result of a text
editor trying to help.) This results in each line being typeset as a
separate bullet item. Drop the extra `*`.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Reviewed-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found