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 b14826f..e8f5636 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 0f5256c..b8be813 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\&.