Skip to content

Commit 8ca271d

Browse files
committed
fixup! last-modified: new subcommand to show when files were last modified
1 parent 899b5ed commit 8ca271d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/git-last-modified.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,24 @@ THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
2222
OPTIONS
2323
-------
2424

25-
-r::
26-
--recursive::
25+
`-r`::
26+
`--recursive`::
2727
Instead of showing tree entries, step into subtrees and show all entries
2828
inside them recursively.
2929

30-
-t::
31-
--show-trees::
30+
`-t`::
31+
`--show-trees`::
3232
Show tree entries even when recursing into them. It has no effect
3333
without `--recursive`.
3434

35-
<revision-range>::
35+
`<revision-range>`::
3636
Only traverse commits in the specified revision range. When no
3737
`<revision-range>` is specified, it defaults to `HEAD` (i.e. the whole
3838
history leading to the current commit). For a complete list of ways to
3939
spell `<revision-range>`, see the 'Specifying Ranges' section of
4040
linkgit:gitrevisions[7].
4141

42-
[--] <path>...::
42+
`[--] <path>...`::
4343
For each _<path>_ given, the commit which last modified it is returned.
4444
Without an optional path parameter, all files and subdirectories
4545
in path traversal the are included in the output.

0 commit comments

Comments
 (0)