aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-cvsexportcommit.txt
diff options
context:
space:
mode:
authorMartin Langhoff <martin@catalyst.net.nz>2006-04-26 12:26:16 +1200
committerMartin Langhoff <martin@catalyst.net.nz>2006-04-26 12:26:16 +1200
commit992793c832acfd98107068d90b886643f0344d04 (patch)
tree5550b971fc9d2ae78f7398ef55815b317be36f61 /Documentation/git-cvsexportcommit.txt
parent36932eab772dc621e79d615fda425ecf87e6d74e (diff)
downloadgit-992793c832acfd98107068d90b886643f0344d04.tar.gz
git-992793c832acfd98107068d90b886643f0344d04.tar.xz
git-cvsexportcommit: Add -f(orce) and -m(essage prefix) flags, small cleanups.
Diffstat (limited to 'Documentation/git-cvsexportcommit.txt')
-rw-r--r--Documentation/git-cvsexportcommit.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/git-cvsexportcommit.txt b/Documentation/git-cvsexportcommit.txt
index d30435a9e..56bd3e517 100644
--- a/Documentation/git-cvsexportcommit.txt
+++ b/Documentation/git-cvsexportcommit.txt
@@ -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.