summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-description.txt
Commit message (Collapse)AuthorAgeFilesLines
* git-log.txt: include rev-list-description.txtPhilippe Blain2020-07-081-0/+23
| | | | | | | | | | | | | | | 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>
* git-rev-list.txt: move description to separate filePhilippe Blain2020-07-081-0/+38
A following commit will reuse the description of the `git rev-list` command in the `git log` manpage. Move this description to a separate file. Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>