Autogenerated man pages for v1.4.0-rc1-gdd82
[git.git] / man1 / git-applypatch.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-APPLYPATCH" 1 "" "" ""
21 .SH NAME
22 git-applypatch \- Apply one patch extracted from an e-mail
23 .SH "SYNOPSIS"
24
25
26 \fIgit\-applypatch\fR <msg> <patch> <info> [<signoff>]
27
28 .SH "DESCRIPTION"
29
30
31 Takes three files <msg>, <patch>, and <info> prepared from an e\-mail message by \fIgit\-mailinfo\fR, and creates a commit\&. It is usually not necessary to use this command directly\&.
32
33
34 This command can run applypatch\-msg, pre\-applypatch, and post\-applypatch hooks\&. See hooks: \fIhooks.html\fR for more information\&.
35
36 .SH "OPTIONS"
37
38 .TP
39 <msg>
40 Commit log message (sans the first line, which comes from e\-mail Subject stored in <info>)\&.
41
42 .TP
43 <patch>
44 The patch to apply\&.
45
46 .TP
47 <info>
48 Author and subject information extracted from e\-mail, used on "author" line and as the first line of the commit log message\&.
49
50 .SH "AUTHOR"
51
52
53 Written by Linus Torvalds <torvalds@osdl\&.org>
54
55 .SH "DOCUMENTATION"
56
57
58 Documentation by Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
59
60 .SH "GIT"
61
62
63 Part of the \fBgit\fR(7) suite
64