Autogenerated man pages for v1.1.5-g36b5
[git.git] / man1 / git-cvsexportcommit.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-CVSEXPORTCOMMIT" 1 "" "" ""
21 .SH NAME
22 git-cvsexportcommit \- Export a commit to a CVS checkout
23 .SH "SYNOPSIS"
24
25
26 git\-cvsexportcommmit [\-h] [\-v] [\-c] [\-p] [PARENTCOMMIT] COMMITID
27
28 .SH "DESCRIPTION"
29
30
31 Exports a commit from GIT to a CVS checkout, making it easier to merge patches from a git repository into a CVS repository\&.
32
33
34 Execute it from the root of the CVS working copy\&. GIT_DIR must be defined\&.
35
36
37 It does its best to do the safe thing, it will check that the files are unchanged and up to date in the CVS checkout, and it will not autocommit by default\&.
38
39
40 Supports file additions, removals, and commits that affect binary files\&.
41
42
43 If the commit is a merge commit, you must tell git\-cvsapplycommit what parent should the changeset be done against\&.
44
45 .SH "OPTIONS"
46
47 .TP
48 \-c
49 Commit automatically if the patch applied cleanly\&. It will not commit if any hunks fail to apply or there were other problems\&.
50
51 .TP
52 \-p
53 Be pedantic (paranoid) when applying patches\&. Invokes patch with \-\-fuzz=0
54
55 .TP
56 \-v
57 Verbose\&.
58
59 .SH "AUTHOR"
60
61
62 Written by Martin Langhoff <martin@catalyst\&.net\&.nz>
63
64 .SH "DOCUMENTATION"
65
66
67 Documentation by Martin Langhoff <martin@catalyst\&.net\&.nz>
68
69 .SH "GIT"
70
71
72 Part of the \fBgit\fR(7) suite
73