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