aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-commit-graph.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2018-09-27 21:12:19 +0200
committerJunio C Hamano <gitster@pobox.com>2018-09-27 15:29:11 -0700
commita3a3ca002d0942696eaa41625da8746f55fc7abe (patch)
tree0448754166937cb9de6a248a4ee89439300fcf34 /Documentation/git-commit-graph.txt
parent1d4361b0f344188ab5eec6dcea01f61a3a3a1670 (diff)
downloadgit-a3a3ca002d0942696eaa41625da8746f55fc7abe.tar.gz
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 <martin.agren@gmail.com> Reviewed-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit-graph.txt')
-rw-r--r--Documentation/git-commit-graph.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-commit-graph.txt b/Documentation/git-commit-graph.txt
index dececb79d7..f42f2a1481 100644
--- a/Documentation/git-commit-graph.txt
+++ b/Documentation/git-commit-graph.txt
@@ -73,7 +73,7 @@ $ git commit-graph write
------------------------------------------------
* Write a graph file, extending the current graph file using commits
-* in <pack-index>.
+ in <pack-index>.
+
------------------------------------------------
$ echo <pack-index> | git commit-graph write --stdin-packs
@@ -86,7 +86,7 @@ $ git show-ref -s | git commit-graph write --stdin-commits
------------------------------------------------
* Write a graph file containing all commits in the current
-* commit-graph file along with those reachable from HEAD.
+ commit-graph file along with those reachable from HEAD.
+
------------------------------------------------
$ git rev-parse HEAD | git commit-graph write --stdin-commits --append