Skip to content

Commit a3a3ca0

Browse files
Martin Ågrengitster
authored andcommitted
git-commit-graph.txt: fix bullet lists
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 <[email protected]> Reviewed-by: Derrick Stolee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1d4361b commit a3a3ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-commit-graph.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $ git commit-graph write
7373
------------------------------------------------
7474

7575
* Write a graph file, extending the current graph file using commits
76-
* in <pack-index>.
76+
in <pack-index>.
7777
+
7878
------------------------------------------------
7979
$ echo <pack-index> | git commit-graph write --stdin-packs
@@ -86,7 +86,7 @@ $ git show-ref -s | git commit-graph write --stdin-commits
8686
------------------------------------------------
8787

8888
* Write a graph file containing all commits in the current
89-
* commit-graph file along with those reachable from HEAD.
89+
commit-graph file along with those reachable from HEAD.
9090
+
9191
------------------------------------------------
9292
$ git rev-parse HEAD | git commit-graph write --stdin-commits --append

0 commit comments

Comments
 (0)