]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-log.txt: add links to 'rev-list' and 'diff' docs
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Thu, 9 Jul 2020 02:16:43 +0000 (02:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Jul 2020 05:08:53 +0000 (22:08 -0700)
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 <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-log.txt

index 20e6d21a74abcd354dbad38ab55e82dd6a3fd869..0fcaf34d62a0dce783a762433cac32c58075b4ca 100644 (file)
@@ -15,9 +15,9 @@ DESCRIPTION
 -----------
 Shows the commit logs.
 
-The command takes options applicable to the `git rev-list`
+The command takes options applicable to the linkgit:git-rev-list[1]
 command to control what is shown and how, and options applicable to
-the `git diff-*` commands to control how the changes
+the linkgit:git-diff[1] command to control how the changes
 each commit introduces are shown.