Fixed misnamed t/t2010-update-cache-badpath.sh
[git/gitweb.git] / Documentation / git-rev-list.txt
blobf2c5fa9f4cd598681ccdb6873f98fee5d37e845b
1 git-rev-list(1)
2 ===============
3 v0.1, May 2005
5 NAME
6 ----
7 git-rev-list - Lists commit objects in reverse chronological order
10 SYNOPSIS
11 --------
12 'git-rev-list' <commit>
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.
21 Author
22 ------
23 Written by Linus Torvalds <torvalds@osdl.org>
25 Documentation
26 --------------
27 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
29 GIT
30 ---
31 Part of the link:git.html[git] suite