summaryrefslogtreecommitdiffstats
path: root/man1/git-am.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-am.1')
-rw-r--r--man1/git-am.118
1 files changed, 14 insertions, 4 deletions
diff --git a/man1/git-am.1 b/man1/git-am.1
index de6cec2ac..5cb703a89 100644
--- a/man1/git-am.1
+++ b/man1/git-am.1
@@ -2,12 +2,12 @@
.\" Title: git-am
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 01/08/2023
+.\" Date: 01/16/2023
.\" Manual: Git Manual
-.\" Source: Git 2.39.0.198.ga38d39a4c5
+.\" Source: Git 2.39.0.227.g262c45b6a1
.\" Language: English
.\"
-.TH "GIT\-AM" "1" "01/08/2023" "Git 2\&.39\&.0\&.198\&.ga38d39" "Git Manual"
+.TH "GIT\-AM" "1" "01/16/2023" "Git 2\&.39\&.0\&.227\&.g262c45" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -32,7 +32,7 @@ git-am \- Apply a series of patches from a mailbox
.SH "SYNOPSIS"
.sp
.nf
-\fIgit am\fR [\-\-signoff] [\-\-keep] [\-\-[no\-]keep\-cr] [\-\-[no\-]utf8]
+\fIgit am\fR [\-\-signoff] [\-\-keep] [\-\-[no\-]keep\-cr] [\-\-[no\-]utf8] [\-\-no\-verify]
[\-\-[no\-]3way] [\-\-interactive] [\-\-committer\-date\-is\-author\-date]
[\-\-ignore\-date] [\-\-ignore\-space\-change | \-\-ignore\-whitespace]
[\-\-whitespace=<option>] [\-C<n>] [\-p<n>] [\-\-directory=<dir>]
@@ -214,6 +214,16 @@ By default the command will try to detect the patch format automatically\&. This
Run interactively\&.
.RE
.PP
+\-n, \-\-no\-verify
+.RS 4
+By default, the pre\-applypatch and applypatch\-msg hooks are run\&. When any of
+\fB\-\-no\-verify\fR
+or
+\fB\-n\fR
+is given, these are bypassed\&. See also
+\fBgithooks\fR(5)\&.
+.RE
+.PP
\-\-committer\-date\-is\-author\-date
.RS 4
By default the command records the date from the e\-mail message as the commit author date, and uses the time of commit creation as the committer date\&. This allows the user to lie about the committer date by using the same value as the author date\&.