6 git-cvsexportcommit - Export a commit to a CVS checkout
11 'git-cvsexportcommmit' [-h] [-v] [-c] [-p] [PARENTCOMMIT] COMMITID
16 Exports a commit from GIT to a CVS checkout, making it easier
17 to merge patches from a git repository into a CVS repository.
19 Execute it from the root of the CVS working copy. GIT_DIR must be defined.
21 It does its best to do the safe thing, it will check that the files are
22 unchanged and up to date in the CVS checkout, and it will not autocommit
25 Supports file additions, removals, and commits that affect binary files.
27 If the commit is a merge commit, you must tell git-cvsapplycommit what parent
28 should the changeset be done against.
34 Commit automatically if the patch applied cleanly. It will not
35 commit if any hunks fail to apply or there were other problems.
38 Be pedantic (paranoid) when applying patches. Invokes patch with
46 Written by Martin Langhoff <martin@catalyst.net.nz>
50 Documentation by Martin Langhoff <martin@catalyst.net.nz>
54 Part of the gitlink:git[7] suite