Autogenerated man pages for v1.4.0-rc1-gdd82
[git.git] / man1 / git-annotate.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-ANNOTATE" 1 "" "" ""
21 .SH NAME
22 git-annotate \- Annotate file lines with commit info
23 .SH "SYNOPSIS"
24
25
26 git\-annotate [options] file [revision]
27
28 .SH "DESCRIPTION"
29
30
31 Annotates each line in the given file with information from the commit which introduced the line\&. Optionally annotate from a given revision\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 \-l, \-\-long
37 Show long rev (Defaults off)\&.
38
39 .TP
40 \-t, \-\-time
41 Show raw timestamp (Defaults off)\&.
42
43 .TP
44 \-r, \-\-rename
45 Follow renames (Defaults on)\&.
46
47 .TP
48 \-S, \-\-rev\-file <revs\-file>
49 Use revs from revs\-file instead of calling git\-rev\-list\&.
50
51 .TP
52 \-h, \-\-help
53 Show help message\&.
54
55 .SH "SEE ALSO"
56
57
58 \fBgit\-blame\fR(1)
59
60 .SH "AUTHOR"
61
62
63 Written by Ryan Anderson <ryan@michonline\&.com>\&.
64
65 .SH "GIT"
66
67
68 Part of the \fBgit\fR(7) suite
69