6 git-applypatch - Apply one patch extracted from an e-mail
11 'git-applypatch' <msg> <patch> <info> [<signoff>]
15 Takes three files <msg>, <patch>, and <info> prepared from an
16 e-mail message by 'git-mailinfo', and creates a commit. It is
17 usually not necessary to use this command directly.
19 This command can run `applypatch-msg`, `pre-applypatch`, and
20 `post-applypatch` hooks. See link:hooks.html[hooks] for more
27 Commit log message (sans the first line, which comes
28 from e-mail Subject stored in <info>).
34 Author and subject information extracted from e-mail,
35 used on "author" line and as the first line of the
41 Written by Linus Torvalds <torvalds@osdl.org>
45 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
49 Part of the gitlink:git[7] suite