Autogenerated HTML docs for v1.2.0-ge8a1
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 15 Feb 2006 02:22:06 +0000 (02:22 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 15 Feb 2006 02:22:06 +0000 (02:22 +0000)
git-send-email.html
git-send-email.txt
git-svnimport.html
git-svnimport.txt

index 821328c..0efe4e8 100644 (file)
@@ -286,6 +286,14 @@ enabled interface to provide the necessary information.</p>
 <p>The options available are:</p>\r
 <dl>\r
 <dt>\r
+--cc\r
+</dt>\r
+<dd>\r
+<p>\r
+        Specify a starting "Cc:" value for each email.\r
+</p>\r
+</dd>\r
+<dt>\r
 --chain-reply-to, --no-chain-reply-to\r
 </dt>\r
 <dd>\r
@@ -330,6 +338,14 @@ enabled interface to provide the necessary information.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--no-signed-off-by-cc\r
+</dt>\r
+<dd>\r
+<p>\r
+        Do not add emails foudn in Signed-off-by: lines to the cc list.\r
+</p>\r
+</dd>\r
+<dt>\r
 --quiet\r
 </dt>\r
 <dd>\r
@@ -358,6 +374,15 @@ enabled interface to provide the necessary information.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--suppress-from\r
+</dt>\r
+<dd>\r
+<p>\r
+        Do not add the From: address to the cc: list, if it shows up in a From:\r
+        line.\r
+</p>\r
+</dd>\r
+<dt>\r
 --to\r
 </dt>\r
 <dd>\r
@@ -385,7 +410,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Feb-2006 02:27:00 UTC\r
+Last updated 15-Feb-2006 02:21:51 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 00537d8..8c58685 100644 (file)
@@ -24,6 +24,9 @@ OPTIONS
 -------
 The options available are:
 
+--cc::
+       Specify a starting "Cc:" value for each email.
+
 --chain-reply-to, --no-chain-reply-to::
        If this is set, each email will be sent as a reply to the previous
        email sent.  If disabled with "--no-chain-reply-to", all emails after
@@ -48,6 +51,9 @@ The options available are:
        Only necessary if --compose is also set.  If --compose
        is not set, this will be prompted for.
 
+--no-signed-off-by-cc::
+       Do not add emails foudn in Signed-off-by: lines to the cc list.
+
 --quiet::
        Make git-send-email less verbose.  One line per email should be
        all that is output.
@@ -61,6 +67,10 @@ The options available are:
        Only necessary if --compose is also set.  If --compose
        is not set, this will be prompted for.
 
+--suppress-from::
+       Do not add the From: address to the cc: list, if it shows up in a From:
+       line.
+
 --to::
        Specify the primary recipient of the emails generated.
        Generally, this will be the upstream maintainer of the
index 38f38b8..dcce0fa 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 7.0.1" />\r
+<meta name="generator" content="AsciiDoc 7.0.2" />\r
 <style type="text/css">\r
 /* Debug borders */\r
 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
@@ -356,6 +356,15 @@ incremental SVN imports.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-r\r
+</dt>\r
+<dd>\r
+<p>\r
+        Prepend <em>rX: </em> to commit messages, where X is the imported\r
+        subversion revision.\r
+</p>\r
+</dd>\r
+<dt>\r
 -m\r
 </dt>\r
 <dd>\r
@@ -469,7 +478,7 @@ various participants of the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 21-Jan-2006 23:50:20 PDT\r
+Last updated 15-Feb-2006 02:21:51 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 63e28b8..5c543d5 100644 (file)
@@ -61,6 +61,10 @@ When importing incrementally, you might need to edit the .git/svn2git file.
        the git repository. Use this option if you want to import into a
        different branch.
 
+-r::
+       Prepend 'rX: ' to commit messages, where X is the imported
+       subversion revision.
+
 -m::
        Attempt to detect merges based on the commit message. This option
        will enable default regexes that try to capture the name source