summaryrefslogtreecommitdiffstats
path: root/git-cvsexportcommit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-05-14 09:22:52 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-05-14 09:22:52 +0000
commit0fd4dbd5f31a6526f88cc4613296a5603a193929 (patch)
tree97f0ea05de57ad3b7d5fac1c675bcfd6ce1fa051 /git-cvsexportcommit.txt
parent26a5737702ae9a7bec141d68b1c756235c55cb89 (diff)
downloadgit-htmldocs-0fd4dbd5f31a6526f88cc4613296a5603a193929.tar.gz
Autogenerated HTML docs for v1.3.2-g5f7f2
Diffstat (limited to 'git-cvsexportcommit.txt')
-rw-r--r--git-cvsexportcommit.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-cvsexportcommit.txt b/git-cvsexportcommit.txt
index d30435a9e..56bd3e517 100644
--- a/git-cvsexportcommit.txt
+++ b/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.