Autogenerated HTML docs for v1.3.2-g5f7f2
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 14 May 2006 09:22:52 +0000 (09:22 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 14 May 2006 09:22:52 +0000 (09:22 +0000)
git-cvsexportcommit.html
git-cvsexportcommit.txt

index a860342..70e37cd 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
@@ -272,7 +272,7 @@ git-cvsexportcommit(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-cvsexportcommmit</em> [-h] [-v] [-c] [-p] [PARENTCOMMIT] COMMITID</p>\r
+<p><em>git-cvsexportcommmit</em> [-h] [-v] [-c] [-p] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -309,6 +309,23 @@ should the changeset be done against.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-f\r
+</dt>\r
+<dd>\r
+<p>\r
+        Force the merge even if the files are not up to date.\r
+</p>\r
+</dd>\r
+<dt>\r
+-m\r
+</dt>\r
+<dd>\r
+<p>\r
+        Prepend the commit message with the provided prefix.\r
+        Useful for patch series and the like.\r
+</p>\r
+</dd>\r
+<dt>\r
 -v\r
 </dt>\r
 <dd>\r
@@ -360,7 +377,7 @@ $ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git-cvsexportcommit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 29-Jan-2006 23:39:07 PDT\r
+Last updated 14-May-2006 09:22:47 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d30435a..56bd3e5 100644 (file)
@@ -8,7 +8,7 @@ git-cvsexportcommit - Export a commit to a CVS checkout
 
 SYNOPSIS
 --------
-'git-cvsexportcommmit' [-h] [-v] [-c] [-p] [PARENTCOMMIT] COMMITID
+'git-cvsexportcommmit' [-h] [-v] [-c] [-p] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
 
 
 DESCRIPTION
@@ -39,6 +39,13 @@ OPTIONS
        Be pedantic (paranoid) when applying patches. Invokes patch with 
        --fuzz=0
 
+-f::
+       Force the merge even if the files are not up to date.
+
+-m::
+       Prepend the commit message with the provided prefix. 
+       Useful for patch series and the like.
+
 -v::
        Verbose.