Autogenerated man pages for v1.4.0-gae44
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 18 Jun 2006 00:22:07 +0000 (00:22 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 18 Jun 2006 00:22:07 +0000 (00:22 +0000)
man1/git-blame.1
man1/git-p4import.1

index b14826fd3955d6f0d7e16d490bd0265a42de33de..e8f5636ed3cdbae73539e5ccd757f9f5ba96179a 100755 (executable)
@@ -38,7 +38,11 @@ Use the same output mode as git\-annotate (Default: off)\&.
 
 .TP
 \-l, \-\-long
-Show long rev (Defaults off)\&.
+Show long rev (Default: off)\&.
+
+.TP
+\-t, \-\-time
+Show raw timestamp (Default: off)\&.
 
 .TP
 \-S, \-\-rev\-file <revs\-file>
index 0f5256c9f57c35ac1873918730c72cb40c133bee..b8be8134c30214571832b482f22b8361782413b4 100755 (executable)
@@ -23,7 +23,7 @@ git-p4import \- Import a Perforce repository into git
 .SH "SYNOPSIS"
 
 
-git\-p4import [\-q|\-v] [\-\-authors <file>] [\-t <timezone>] <//p4repo/path> <branch>
+git\-p4import [\-q|\-v] [\-\-notags] [\-\-authors <file>] [\-t <timezone>] <//p4repo/path> <branch>
 
 
 git\-p4import \-\-stitch <//p4repo/path>
@@ -56,6 +56,10 @@ Give extra progress information\&.
 \-\-authors
 Specify an authors file containing a mapping of Perforce user ids to full names and email addresses (see Notes below)\&.
 
+.TP
+\-\-notags
+Do not create a tag for each imported commit\&.
+
 .TP
 \-\-stitch
 Import the contents of the given perforce branch into the currently checked out git branch\&.