]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/git-log.txt
GIT 0.99.6
[thirdparty/git.git] / Documentation / git-log.txt
1 git-log(1)
2 ==========
3 v0.99.4, Aug 2005
4
5 NAME
6 ----
7 git-log - Show commit logs
8
9
10 SYNOPSIS
11 --------
12 'git log' <option>...
13
14 DESCRIPTION
15 -----------
16 Shows the commit logs. This command internally invokes
17 'git-rev-list', and the command line options are passed to that
18 command.
19
20 This manual page describes only the most frequently used options.
21
22 OPTIONS
23 -------
24 --pretty=<format>:
25 Controls the way the commit log is formatted.
26
27 --max-count=<n>::
28 Limits the number of commits to show.
29
30 <since>..<until>::
31 Show only commits between the named two commits.
32
33
34 Author
35 ------
36 Written by Linus Torvalds <torvalds@osdl.org>
37
38 Documentation
39 --------------
40 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
41
42 GIT
43 ---
44 Part of the link:git.html[git] suite
45