[PATCH 1/4] split core-git.txt and update
[git.git] / Documentation / git-rev-list.txt
1 git-rev-list(1)
2 ===============
3 v0.1, May 2005
4
5 NAME
6 ----
7 git-rev-list - Lists commit objects in reverse chronological order
8
9
10 SYNOPSIS
11 --------
12 'git-rev-list' <commit>
13
14 DESCRIPTION
15 -----------
16 Lists commit objects in reverse chronological order starting at the
17 given commit, taking ancestry relationship into account.  This is
18 useful to produce human-readable log output.
19
20
21 Author
22 ------
23 Written by Linus Torvalds <torvalds@osdl.org>
24
25 Documentation
26 --------------
27 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
28
29 GIT
30 ---
31 Part of the link:git.html[git] suite
32