.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-ANNOTATE" 1 "" "" "" .SH NAME git-annotate \- Annotate file lines with commit info .SH "SYNOPSIS" git\-annotate [options] file [revision] .SH "DESCRIPTION" Annotates each line in the given file with information from the commit which introduced the line\&. Optionally annotate from a given revision\&. .SH "OPTIONS" .TP \-l, \-\-long Show long rev (Defaults off)\&. .TP \-t, \-\-time Show raw timestamp (Defaults off)\&. .TP \-r, \-\-rename Follow renames (Defaults on)\&. .TP \-S, \-\-rev\-file Use revs from revs\-file instead of calling git\-rev\-list\&. .TP \-h, \-\-help Show help message\&. .SH "SEE ALSO" \fBgit\-blame\fR(1) .SH "AUTHOR" Written by Ryan Anderson \&. .SH "GIT" Part of the \fBgit\fR(7) suite