summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-30 14:22:26 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-30 14:22:26 -0700
commit28c33dede604b6d79be8b63ca9a53401cb3187f5 (patch)
treea17257ac77fcf56175733532e3d358a5b6db16ce /git-log.txt
parent2196da6c492fcd776cf9209d6537235b75a58a3a (diff)
downloadgit-htmldocs-28c33dede604b6d79be8b63ca9a53401cb3187f5.tar.gz
Autogenerated HTML docs for v2.28.0-67-g79bcaf
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-log.txt b/git-log.txt
index 20e6d21a7..3fd26d521 100644
--- a/git-log.txt
+++ b/git-log.txt
@@ -15,9 +15,12 @@ DESCRIPTION
-----------
Shows the commit logs.
-The command takes options applicable to the `git rev-list`
+:git-log: 1
+include::rev-list-description.txt[]
+
+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.