summaryrefslogtreecommitdiffstats
path: root/git-cvsexportcommit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-21 20:24:10 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-21 20:24:10 +0000
commit118d277c10b5db8daa66617d0e75ac2cf9ff7219 (patch)
tree38cd2fc90a66aeac003ac4be9766b04957afcb49 /git-cvsexportcommit.txt
parent23b8db3a0f5ec1c0dca3493eb36085c0cbddef5b (diff)
downloadgit-htmldocs-118d277c10b5db8daa66617d0e75ac2cf9ff7219.tar.gz
Autogenerated HTML docs for v1.5.0.1-74-g2470
Diffstat (limited to 'git-cvsexportcommit.txt')
-rw-r--r--git-cvsexportcommit.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-cvsexportcommit.txt b/git-cvsexportcommit.txt
index 27d531b88..555b8234f 100644
--- a/git-cvsexportcommit.txt
+++ b/git-cvsexportcommit.txt
@@ -8,7 +8,7 @@ git-cvsexportcommit - Export a single commit to a CVS checkout
SYNOPSIS
--------
-'git-cvsexportcommit' [-h] [-v] [-c] [-P] [-p] [-a] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
+'git-cvsexportcommit' [-h] [-v] [-c] [-P] [-p] [-a] [-d cvsroot] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
DESCRIPTION
@@ -43,6 +43,11 @@ OPTIONS
Add authorship information. Adds Author line, and Committer (if
different from Author) to the message.
+-d::
+ Set an alternative CVSROOT to use. This corresponds to the CVS
+ -d parameter. Usually users will not want to set this, except
+ if using CVS in an asymmetric fashion.
+
-f::
Force the merge even if the files are not up to date.