]> git.ipfire.org Git - thirdparty/git.git/commitdiff
documentation: add missing fullstops
authorElijah Newren <newren@gmail.com>
Sun, 8 Oct 2023 06:45:25 +0000 (06:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Oct 2023 19:06:47 +0000 (12:06 -0700)
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-check-ref-format.txt
Documentation/git-diff-tree.txt
Documentation/git-help.txt

index 1d6e08e0119c7b54dcbb55db7689709d21a06306..2aacfd18088d6506bfd8aa3ca7380888e8dbcffa 100644 (file)
@@ -48,7 +48,7 @@ Git imposes the following rules on how references are named:
 
 . They cannot begin or end with a slash `/` or contain multiple
   consecutive slashes (see the `--normalize` option below for an
-  exception to this rule)
+  exception to this rule).
 
 . They cannot end with a dot `.`.
 
index 22380d5c8296168f0fbb7a7d8d6ae784376fd1f3..143318c411a0761777d8a318450b4a71b69870d7 100644 (file)
@@ -34,7 +34,7 @@ include::diff-options.txt[]
        matching one of the provided pathspecs.
 
 -r::
-       Recurse into sub-trees
+       Recurse into sub-trees.
 
 -t::
        Show tree entry itself as well as subtrees.  Implies -r.
index 7532625a1381dd73659cfa88c06fa126bb80dacc..f0bedc1f96433e6d7667519c1c7d307c46d17dc3 100644 (file)
@@ -42,7 +42,7 @@ former is internally converted into the latter.
 
 To display the linkgit:git[1] man page, use `git help git`.
 
-This page can be displayed with 'git help help' or `git help --help`
+This page can be displayed with 'git help help' or `git help --help`.
 
 OPTIONS
 -------