Autogenerated HTML docs for v1.4.0-gae44
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 18 Jun 2006 00:22:01 +0000 (00:22 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 18 Jun 2006 00:22:01 +0000 (00:22 +0000)
git-blame.html
git-blame.txt
git-p4import.html
git-p4import.txt

index 9a60c59719f8e1cee89ebae746758ebd5953f08f..8891cb3696a0e7fc3c85d394e8ffd4ff695557d9 100644 (file)
@@ -295,7 +295,15 @@ which introduced the line. Start annotation from the given revision.</p>
 </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
@@ -330,7 +338,7 @@ which introduced the line. Start annotation from the given revision.</p>
 </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
index 0a1fa00db0ab7ee39a551689cb50ffc602b53d41..bfed945914c5de74d6f46e51ee8fbe459e4d8420 100644 (file)
@@ -20,7 +20,10 @@ OPTIONS
        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.
index cd9e75a7ef307b74cf9b08f27464c4dfa12a28c5..dac9a2c758ef7b8f9a5cbe69c74986ca0f48099c 100644 (file)
@@ -272,7 +272,7 @@ git-p4import(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><tt>git-p4import</tt> [-q|-v] [--authors &lt;file&gt;] [-t &lt;timezone&gt;] &lt;//p4repo/path&gt; &lt;branch&gt;</p>\r
+<p><tt>git-p4import</tt> [-q|-v] [--notags] [--authors &lt;file&gt;] [-t &lt;timezone&gt;] &lt;//p4repo/path&gt; &lt;branch&gt;</p>\r
 <p><tt>git-p4import</tt> --stitch &lt;//p4repo/path&gt;</p>\r
 <p><tt>git-p4import</tt></p>\r
 </div>\r
@@ -318,6 +318,14 @@ to operate (see below).</p>
 </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
@@ -453,7 +461,7 @@ of mappings with each line containing one mapping in the format:</p>
 </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
index c198ff2502d95be4dc1baadd6479b687acb0caa1..0858e5efbe01a8e47ddcfa9b1c7e1c6169f9b7e1 100644 (file)
@@ -8,7 +8,7 @@ git-p4import - Import a Perforce repository into git
 
 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>
 
@@ -43,6 +43,9 @@ OPTIONS
        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.