Autogenerated man pages for v1.3.0
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 18 Apr 2006 21:31:02 +0000 (21:31 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 18 Apr 2006 21:31:02 +0000 (21:31 +0000)
man1/git-annotate.1 [new file with mode: 0755]
man1/git-blame.1 [new file with mode: 0755]
man7/git.7

diff --git a/man1/git-annotate.1 b/man1/git-annotate.1
new file mode 100755 (executable)
index 0000000..fac1cff
--- /dev/null
@@ -0,0 +1,69 @@
+.\"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 <revs\-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 <ryan@michonline\&.com>\&.
+
+.SH "GIT"
+
+
+Part of the \fBgit\fR(7) suite
+
diff --git a/man1/git-blame.1 b/man1/git-blame.1
new file mode 100755 (executable)
index 0000000..c38a3ca
--- /dev/null
@@ -0,0 +1,65 @@
+.\"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-BLAME" 1 "" "" ""
+.SH NAME
+git-blame \- Blame file lines on commits
+.SH "SYNOPSIS"
+
+
+git\-blame file [options] file [revision]
+
+.SH "DESCRIPTION"
+
+
+Annotates each line in the given file with information from the commit which introduced the line\&. Start annotation from the given revision\&.
+
+.SH "OPTIONS"
+
+.TP
+\-c, \-\-compability
+Use the same output mode as git\-annotate (Default: off)\&.
+
+.TP
+\-l, \-\-long
+Show long rev (Defaults off)\&.
+
+.TP
+\-S, \-\-rev\-file <revs\-file>
+Use revs from revs\-file instead of calling git\-rev\-list\&.
+
+.TP
+\-h, \-\-help
+Show help message\&.
+
+.SH "SEE ALSO"
+
+
+\fBgit\-annotate\fR(1)
+
+.SH "AUTHOR"
+
+
+Written by Fredrik Kuivinen <freku045@student\&.liu\&.se>\&.
+
+.SH "GIT"
+
+
+Part of the \fBgit\fR(7) suite
+
index 9b79763..ef4c67a 100755 (executable)
@@ -476,6 +476,14 @@ Update the object name stored in a ref safely\&.
 Interrogators:
 
 .TP
+\fBgit\-annotate\fR(1)
+Annotate file lines with commit info\&.
+
+.TP
+\fBgit\-blame\fR(1)
+Blame file lines on commits\&.
+
+.TP
 \fBgit\-check\-ref\-format\fR(1)
 Make sure ref name is well formed\&.