summaryrefslogtreecommitdiffstats
path: root/git-cvsexportcommit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-07-24 08:25:03 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-07-24 08:25:03 +0000
commit75cc4c91e042ed3ab841e5e50cac5a974bfd5f4e (patch)
tree4ba07640004473d81abf1fa3a3287f35742ec52c /git-cvsexportcommit.html
parent7ccb9fd251897744e84ea1692321ec66a3b0164a (diff)
downloadgit-htmldocs-75cc4c91e042ed3ab841e5e50cac5a974bfd5f4e.tar.gz
Autogenerated HTML docs for v1.4.2-rc1-g0d51
Diffstat (limited to 'git-cvsexportcommit.html')
-rw-r--r--git-cvsexportcommit.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/git-cvsexportcommit.html b/git-cvsexportcommit.html
index c069a6620..e23b12ecd 100644
--- a/git-cvsexportcommit.html
+++ b/git-cvsexportcommit.html
@@ -272,7 +272,7 @@ git-cvsexportcommit(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-cvsexportcommit</em> [-h] [-v] [-c] [-p] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p>
+<p><em>git-cvsexportcommit</em> [-h] [-v] [-c] [-p] [-a] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -309,6 +309,15 @@ should the changeset be done against.</p>
</p>
</dd>
<dt>
+-a
+</dt>
+<dd>
+<p>
+ Add authorship information. Adds Author line, and Committer (if
+ different from Author) to the message.
+</p>
+</dd>
+<dt>
-f
</dt>
<dd>
@@ -377,7 +386,7 @@ $ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git-cvsexportcommit
</div>
<div id="footer">
<div id="footer-text">
-Last updated 15-Jul-2006 01:37:39 UTC
+Last updated 24-Jul-2006 08:24:53 UTC
</div>
</div>
</body>