Autogenerated man pages for v1.3.0-rc3-gd53352
[git.git] / man1 / git-log.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-LOG" 1 "" "" ""
21 .SH NAME
22 git-log \- Show commit logs
23 .SH "SYNOPSIS"
24
25
26 git\-log <option>...
27
28 .SH "DESCRIPTION"
29
30
31 Shows the commit logs\&. This command internally invokes git\-rev\-list, and the command line options are passed to that command\&.
32
33
34 This manual page describes only the most frequently used options\&.
35
36 .SH "OPTIONS"
37
38 .TP
39 \-\-pretty=<format>
40 Controls the way the commit log is formatted\&.
41
42 .TP
43 \-\-max\-count=<n>
44 Limits the number of commits to show\&.
45
46 .TP
47 <since>\&.\&.<until>
48 Show only commits between the named two commits\&.
49
50 .SH "EXAMPLES"
51
52 .TP
53 git log \-\-no\-merges
54 Show the whole commit history, but skip any merges
55
56 .TP
57 git log v2\&.6\&.12\&.\&. include/scsi drivers/scsi
58 Show all commits since version v2\&.6\&.12 that changed any file in the include/scsi or drivers/scsi subdirectories
59
60 .TP
61 git log \-\-since="2 weeks ago" -- gitk
62 Show the changes during the last two weeks to the file gitk\&. The "\-\-" is necessary to avoid confusion with the branch named gitk 
63
64 .SH "AUTHOR"
65
66
67 Written by Linus Torvalds <torvalds@osdl\&.org>
68
69 .SH "DOCUMENTATION"
70
71
72 Documentation by David Greaves, Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
73
74 .SH "GIT"
75
76
77 Part of the \fBgit\fR(7) suite
78