From: Junio C Hamano Date: Sun, 18 Jun 2006 00:22:07 +0000 (+0000) Subject: Autogenerated man pages for v1.4.0-gae44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=49285f3ac1dd9bb8fda06966c743b6d3e72e1567;p=git.git Autogenerated man pages for v1.4.0-gae44 --- diff --git a/man1/git-blame.1 b/man1/git-blame.1 index b14826fd3..e8f5636ed 100755 --- a/man1/git-blame.1 +++ b/man1/git-blame.1 @@ -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 diff --git a/man1/git-p4import.1 b/man1/git-p4import.1 index 0f5256c9f..b8be8134c 100755 --- a/man1/git-p4import.1 +++ b/man1/git-p4import.1 @@ -23,7 +23,7 @@ git-p4import \- Import a Perforce repository into git .SH "SYNOPSIS" -git\-p4import [\-q|\-v] [\-\-authors ] [\-t ] +git\-p4import [\-q|\-v] [\-\-notags] [\-\-authors ] [\-t ] git\-p4import \-\-stitch @@ -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\&.