From 13fe6556283196ef7da40484d8ecb2337bf49747 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 18 Apr 2006 21:31:02 +0000 Subject: [PATCH] Autogenerated man pages for v1.3.0 --- man1/git-annotate.1 | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++ man1/git-blame.1 | 65 +++++++++++++++++++++++++++++++++++++++++++++++++ man7/git.7 | 8 +++++++ 3 files changed, 142 insertions(+) create mode 100755 man1/git-annotate.1 create mode 100755 man1/git-blame.1 diff --git a/man1/git-annotate.1 b/man1/git-annotate.1 new file mode 100755 index 00000000..fac1cff6 --- /dev/null +++ b/man1/git-annotate.1 @@ -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 +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 + diff --git a/man1/git-blame.1 b/man1/git-blame.1 new file mode 100755 index 00000000..c38a3ca6 --- /dev/null +++ b/man1/git-blame.1 @@ -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 +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 \&. + +.SH "GIT" + + +Part of the \fBgit\fR(7) suite + diff --git a/man7/git.7 b/man7/git.7 index 9b797632..ef4c67a1 100755 --- a/man7/git.7 +++ b/man7/git.7 @@ -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\&. -- 2.11.0