blob: 2b1ff1454b48a6f45897a330ce4273b29f800b21 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-applypatch(1)
2=================
3
4NAME
5----
Junio C Hamano01078922006-03-10 00:31:476git-applypatch - Apply one patch extracted from an e-mail
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
11'git-applypatch' <msg> <patch> <info> [<signoff>]
12
13DESCRIPTION
14-----------
15Takes three files <msg>, <patch>, and <info> prepared from an
16e-mail message by 'git-mailinfo', and creates a commit. It is
17usually not necessary to use this command directly.
18
19This command can run `applypatch-msg`, `pre-applypatch`, and
20`post-applypatch` hooks. See link:hooks.html[hooks] for more
21information.
22
23
24OPTIONS
25-------
26<msg>::
27Commit log message (sans the first line, which comes
28from e-mail Subject stored in <info>).
29
30<patch>::
31The patch to apply.
32
33<info>::
34Author and subject information extracted from e-mail,
35used on "author" line and as the first line of the
36commit log message.
37
38
39Author
40------
41Written by Linus Torvalds <torvalds@osdl.org>
42
43Documentation
44--------------
45Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
46
47GIT
48---
49Part of the gitlink:git[7] suite
50