Skip to content

Commit 845c6ca

Browse files
newrengitster
authored andcommitted
documentation: add missing fullstops
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4d54268 commit 845c6ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/git-check-ref-format.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Git imposes the following rules on how references are named:
4848

4949
. They cannot begin or end with a slash `/` or contain multiple
5050
consecutive slashes (see the `--normalize` option below for an
51-
exception to this rule)
51+
exception to this rule).
5252

5353
. They cannot end with a dot `.`.
5454

Documentation/git-diff-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include::diff-options.txt[]
3434
matching one of the provided pathspecs.
3535

3636
-r::
37-
Recurse into sub-trees
37+
Recurse into sub-trees.
3838

3939
-t::
4040
Show tree entry itself as well as subtrees. Implies -r.

Documentation/git-help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ former is internally converted into the latter.
4242

4343
To display the linkgit:git[1] man page, use `git help git`.
4444

45-
This page can be displayed with 'git help help' or `git help --help`
45+
This page can be displayed with 'git help help' or `git help --help`.
4646

4747
OPTIONS
4848
-------

0 commit comments

Comments
 (0)