Skip to content

Commit f8f28ed

Browse files
phil-blaingitster
authored andcommitted
git-log.txt: add links to 'rev-list' and 'diff' docs
Add links to the documentation for `git rev-list` and `git diff` instead of simply mentioning them, to make it easier for readers to reach these documentation pages. Let's link to `git diff` as this is the porcelain command, and the rest of the family (`diff-index`, `diff-tree` and `diff-files`) are mentioned in the "Raw output format" section of the `git diff` documentation. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a08a83d commit f8f28ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-log.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ DESCRIPTION
1515
-----------
1616
Shows the commit logs.
1717

18-
The command takes options applicable to the `git rev-list`
18+
The command takes options applicable to the linkgit:git-rev-list[1]
1919
command to control what is shown and how, and options applicable to
20-
the `git diff-*` commands to control how the changes
20+
the linkgit:git-diff[1] command to control how the changes
2121
each commit introduces are shown.
2222

2323

0 commit comments

Comments
 (0)