.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-APPLYPATCH" 1 "" "" "" .SH NAME git-applypatch \- Apply one patch extracted from an e-mail .SH "SYNOPSIS" \fIgit\-applypatch\fR [] .SH "DESCRIPTION" Takes three files , , and prepared from an e\-mail message by \fIgit\-mailinfo\fR, and creates a commit\&. It is usually not necessary to use this command directly\&. This command can run applypatch\-msg, pre\-applypatch, and post\-applypatch hooks\&. See hooks: \fIhooks.html\fR for more information\&. .SH "OPTIONS" .TP Commit log message (sans the first line, which comes from e\-mail Subject stored in )\&. .TP The patch to apply\&. .TP Author and subject information extracted from e\-mail, used on "author" line and as the first line of the commit log message\&. .SH "AUTHOR" Written by Linus Torvalds .SH "DOCUMENTATION" Documentation by Junio C Hamano and the git\-list \&. .SH "GIT" Part of the \fBgit\fR(7) suite