summaryrefslogtreecommitdiff
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorPhilippe Blain <levraiphilippeblain@gmail.com>2020-07-09 02:16:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-07-09 05:08:54 (GMT)
commitbea866587c7639fac4146cadfdee30fcc9815c36 (patch)
tree928c3976466318526147f66cf7f472c7b60811d1 /Documentation/git-log.txt
parent6be6b171a7dc4d901f21b0f24d63147c32ecc008 (diff)
downloadgit-bea866587c7639fac4146cadfdee30fcc9815c36.zip
git-bea866587c7639fac4146cadfdee30fcc9815c36.tar.gz
git-bea866587c7639fac4146cadfdee30fcc9815c36.tar.bz2
git-log.txt: include rev-list-description.txt
The `git log` synopsis mentions `<revision range>`, and the description of this option links to gitrevisions(7), but a nice explanation of how a revision range can be constructed from individual commits, optionnally prefixed with `^`, also exists in `rev-list-description.txt`. Include this description in the man page for `git log`. Add Asciidoc 'ifdef's to `rev-list-description.txt` so that either `git rev-list` or `git log` appears in the respective man pages. 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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 0fcaf34..3fd26d5 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -15,6 +15,9 @@ DESCRIPTION
-----------
Shows the commit logs.
+: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 linkgit:git-diff[1] command to control how the changes