mirror of
https://github.com/git/git
synced 2024-11-04 16:17:49 +00:00
documentation: add missing fullstops
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
4d542687fc
commit
845c6ca90e
3 changed files with 3 additions and 3 deletions
|
@ -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 `.`.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
-------
|
||||
|
|
Loading…
Reference in a new issue