File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Git imposes the following rules on how references are named:
48
48
49
49
. They cannot begin or end with a slash `/` or contain multiple
50
50
consecutive slashes (see the `--normalize` option below for an
51
- exception to this rule)
51
+ exception to this rule).
52
52
53
53
. They cannot end with a dot `.`.
54
54
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ include::diff-options.txt[]
34
34
matching one of the provided pathspecs.
35
35
36
36
-r::
37
- Recurse into sub-trees
37
+ Recurse into sub-trees.
38
38
39
39
-t::
40
40
Show tree entry itself as well as subtrees. Implies -r.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ former is internally converted into the latter.
42
42
43
43
To display the linkgit:git[1] man page, use `git help git`.
44
44
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`.
46
46
47
47
OPTIONS
48
48
-------
You can’t perform that action at this time.
0 commit comments