summaryrefslogtreecommitdiff
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorPhilippe Blain <levraiphilippeblain@gmail.com>2020-07-09 02:16:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-07-09 05:08:53 (GMT)
commitf8f28ed9a0229ce19aed3ca516d8ec9a5e66d0c3 (patch)
tree3175ebddc988a535ec2e46d2650268259f96b54e /Documentation/git-log.txt
parenta08a83db2bf27f015bec9a435f6d73e223c21c5e (diff)
downloadgit-f8f28ed9a0229ce19aed3ca516d8ec9a5e66d0c3.zip
git-f8f28ed9a0229ce19aed3ca516d8ec9a5e66d0c3.tar.gz
git-f8f28ed9a0229ce19aed3ca516d8ec9a5e66d0c3.tar.bz2
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>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r--Documentation/git-log.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 20e6d21..0fcaf34 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -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.