File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,24 @@ THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
22
22
OPTIONS
23
23
-------
24
24
25
- -r ::
26
- -- recursive::
25
+ `-r` ::
26
+ ` --recursive` ::
27
27
Instead of showing tree entries, step into subtrees and show all entries
28
28
inside them recursively.
29
29
30
- -t ::
31
- -- show-trees::
30
+ `-t` ::
31
+ ` --show-trees` ::
32
32
Show tree entries even when recursing into them. It has no effect
33
33
without `--recursive` .
34
34
35
- <revision-range >::
35
+ ` <revision-range>` ::
36
36
Only traverse commits in the specified revision range. When no
37
37
`<revision-range>` is specified, it defaults to `HEAD` (i.e. the whole
38
38
history leading to the current commit). For a complete list of ways to
39
39
spell `<revision-range>` , see the 'Specifying Ranges' section of
40
40
linkgit:gitrevisions[7].
41
41
42
- [-- ] <path >... ::
42
+ ` [--] <path>...` ::
43
43
For each _<path>_ given, the commit which last modified it is returned.
44
44
Without an optional path parameter, all files and subdirectories
45
45
in path traversal the are included in the output.
You can’t perform that action at this time.
0 commit comments