summaryrefslogtreecommitdiffstats
path: root/git-cvsexportcommit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-06 00:09:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-06 00:09:38 +0000
commit42f855f6b85e5aa6ebce69b4ac12e4c8f33276a4 (patch)
tree2e4602dc453ded05c75bcad33e72303bef2858c9 /git-cvsexportcommit.txt
parent16cf158f7b6397ada1e6d221393c66f284e15b70 (diff)
downloadgit-htmldocs-42f855f6b85e5aa6ebce69b4ac12e4c8f33276a4.tar.gz
Autogenerated HTML docs for v1.5.0-rc3-80-g35ce
Diffstat (limited to 'git-cvsexportcommit.txt')
-rw-r--r--git-cvsexportcommit.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-cvsexportcommit.txt b/git-cvsexportcommit.txt
index 347cbcec3..27d531b88 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] [-a] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
+'git-cvsexportcommit' [-h] [-v] [-c] [-P] [-p] [-a] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
DESCRIPTION
@@ -46,6 +46,9 @@ OPTIONS
-f::
Force the merge even if the files are not up to date.
+-P::
+ Force the parent commit, even if it is not a direct parent.
+
-m::
Prepend the commit message with the provided prefix.
Useful for patch series and the like.