summaryrefslogtreecommitdiffstats
path: root/git-cvsexportcommit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-cvsexportcommit.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-cvsexportcommit.html')
-rw-r--r--git-cvsexportcommit.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/git-cvsexportcommit.html b/git-cvsexportcommit.html
index 51116bcd1..054ce6240 100644
--- a/git-cvsexportcommit.html
+++ b/git-cvsexportcommit.html
@@ -272,7 +272,8 @@ git-cvsexportcommit(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-cvsexportcommit</em> [-h] [-u] [-v] [-c] [-P] [-p] [-a] [-d cvsroot] [-w cvsworkdir] [-W] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p>
+<p><em>git cvsexportcommit</em> [-h] [-u] [-v] [-c] [-P] [-p] [-a] [-d cvsroot]
+ [-w cvsworkdir] [-W] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -285,8 +286,8 @@ be defined. See examples below.</p>
unchanged and up to date in the CVS checkout, and it will not autocommit
by default.</p>
<p>Supports file additions, removals, and commits that affect binary files.</p>
-<p>If the commit is a merge commit, you must tell git-cvsexportcommit what parent
-should the changeset be done against.</p>
+<p>If the commit is a merge commit, you must tell <tt>git-cvsexportcommit</tt> what
+parent the changeset should be done against.</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -416,7 +417,7 @@ Merge one patch into CVS
<div class="content">
<pre><tt>$ export GIT_DIR=~/project/.git
$ cd ~/project_cvs_checkout
-$ git-cvsexportcommit -v &lt;commit-sha1&gt;
+$ git cvsexportcommit -v &lt;commit-sha1&gt;
$ cvs commit -F .msg &lt;files&gt;</tt></pre>
</div></div>
</dd>
@@ -426,7 +427,7 @@ Merge one patch into CVS (-c and -w options). The working directory is within th
<dd>
<div class="listingblock">
<div class="content">
-<pre><tt> $ git-cvsexportcommit -v -c -w ~/project_cvs_checkout &lt;commit-sha1&gt;</tt></pre>
+<pre><tt> $ git cvsexportcommit -v -c -w ~/project_cvs_checkout &lt;commit-sha1&gt;</tt></pre>
</div></div>
</dd>
<dt>
@@ -437,7 +438,7 @@ Merge pending patches into CVS automatically &#8212; only if you really know wha
<div class="content">
<pre><tt>$ export GIT_DIR=~/project/.git
$ cd ~/project_cvs_checkout
-$ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git-cvsexportcommit -c -p -v</tt></pre>
+$ git cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git cvsexportcommit -c -p -v</tt></pre>
</div></div>
</dd>
</dl>
@@ -456,7 +457,7 @@ $ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git-cvsexportcommit
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 01:33:29 UTC
+Last updated 02-Jul-2008 03:01:38 UTC
</div>
</div>
</body>