</dt>\r
<dd>\r
<p>\r
- Show long rev (Defaults off).\r
+ Show long rev (Default: off).\r
+</p>\r
+</dd>\r
+<dt>\r
+-t, --time\r
+</dt>\r
+<dd>\r
+<p>\r
+ Show raw timestamp (Default: off).\r
</p>\r
</dd>\r
<dt>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Jun-2006 07:24:21 UTC\r
+Last updated 18-Jun-2006 00:21:51 UTC\r
</div>\r
</div>\r
</body>\r
Use the same output mode as git-annotate (Default: off).
-l, --long::
- Show long rev (Defaults off).
+ Show long rev (Default: off).
+
+-t, --time::
+ Show raw timestamp (Default: off).
-S, --rev-file <revs-file>::
Use revs from revs-file instead of calling git-rev-list.
</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><tt>git-p4import</tt> [-q|-v] [--authors <file>] [-t <timezone>] <//p4repo/path> <branch></p>\r
+<p><tt>git-p4import</tt> [-q|-v] [--notags] [--authors <file>] [-t <timezone>] <//p4repo/path> <branch></p>\r
<p><tt>git-p4import</tt> --stitch <//p4repo/path></p>\r
<p><tt>git-p4import</tt></p>\r
</div>\r
</p>\r
</dd>\r
<dt>\r
+--notags\r
+</dt>\r
+<dd>\r
+<p>\r
+ Do not create a tag for each imported commit.\r
+</p>\r
+</dd>\r
+<dt>\r
--stitch\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 07-Jun-2006 19:51:30 UTC\r
+Last updated 18-Jun-2006 00:21:51 UTC\r
</div>\r
</div>\r
</body>\r
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>
Specify an authors file containing a mapping of Perforce user
ids to full names and email addresses (see Notes below).
+\--notags::
+ Do not create a tag for each imported commit.
+
\--stitch::
Import the contents of the given perforce branch into the
currently checked out git branch.