diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-09 13:05:48 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-09 13:05:48 -0700 |
commit | adcb913c7759c8dd250a3f63140bd71fc856bb17 (patch) | |
tree | 9519a9ee5ec482bf3e869c3851f67806f87e5c43 /Documentation/git-cvsexportcommit.txt | |
parent | Merge branch 'jc/clean' into next (diff) | |
parent | Merge branch 'tojunio' of http://locke.catalyst.net.nz/git/git-martinlanghoff... (diff) | |
download | tgif-adcb913c7759c8dd250a3f63140bd71fc856bb17.tar.xz |
Merge branch 'ml/cvs' into next
* ml/cvs:
Change to allow subdir updates from Eclipse
Many fixes for most operations in Eclipse.
Added logged warnings for CVS error returns
cvsserver: use git-rev-list instead of git-log
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.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/git-cvsexportcommit.txt b/Documentation/git-cvsexportcommit.txt index d30435a9e4..56bd3e517d 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. |