summaryrefslogtreecommitdiff
path: root/Documentation/git-rev-list.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-rev-list.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-rev-list.txt')
-rw-r--r--Documentation/git-rev-list.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index b06e11a..5da6623 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -14,6 +14,7 @@ SYNOPSIS
DESCRIPTION
-----------
+:git-rev-list: 1
include::rev-list-description.txt[]
'rev-list' is a very essential Git command, since it