diff mbox series

[23/25] documentation: add missing fullstops

Message ID 9a1cf78194e7db1081e103f8d70c37c2d3c9cf85.1696747529.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit 845c6ca90e806ac402cd9f1c981844531176475f
Headers show
Series Documentation fixes | expand

Commit Message

Elijah Newren Oct. 8, 2023, 6:45 a.m. UTC
From: Elijah Newren <newren@gmail.com>

Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
---
 Documentation/git-check-ref-format.txt | 2 +-
 Documentation/git-diff-tree.txt        | 2 +-
 Documentation/git-help.txt             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/git-check-ref-format.txt b/Documentation/git-check-ref-format.txt
index 1d6e08e0119..2aacfd18088 100644
--- a/Documentation/git-check-ref-format.txt
+++ b/Documentation/git-check-ref-format.txt
@@ -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 `.`.
 
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt
index 22380d5c829..143318c411a 100644
--- a/Documentation/git-diff-tree.txt
+++ b/Documentation/git-diff-tree.txt
@@ -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.
diff --git a/Documentation/git-help.txt b/Documentation/git-help.txt
index 7532625a138..f0bedc1f964 100644
--- a/Documentation/git-help.txt
+++ b/Documentation/git-help.txt
@@ -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
 -------