summaryrefslogtreecommitdiffstats
path: root/git-am.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-01-16 13:19:04 -0800
committerJunio C Hamano <gitster@pobox.com>2023-01-16 13:19:04 -0800
commitd2309374057e387bf3b3f77ed51de90c6f1af162 (patch)
treea15f0f4e987a56b325efb7dc0ab40794bd0ee777 /git-am.txt
parent7657f149df9d40ac2a9193b88f2e7f0b7c9dc532 (diff)
downloadgit-htmldocs-d2309374057e387bf3b3f77ed51de90c6f1af162.tar.gz
Autogenerated HTML docs for v2.39.0-227-g262c45
Diffstat (limited to 'git-am.txt')
-rw-r--r--git-am.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-am.txt b/git-am.txt
index 326276e51..0c1dfb3c9 100644
--- a/git-am.txt
+++ b/git-am.txt
@@ -9,7 +9,7 @@ git-am - Apply a series of patches from a mailbox
SYNOPSIS
--------
[verse]
-'git am' [--signoff] [--keep] [--[no-]keep-cr] [--[no-]utf8]
+'git am' [--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>]
@@ -138,6 +138,12 @@ include::rerere-options.txt[]
--interactive::
Run interactively.
+-n::
+--no-verify::
+ By default, the pre-applypatch and applypatch-msg hooks are run.
+ When any of `--no-verify` or `-n` is given, these are bypassed.
+ See also linkgit:githooks[5].
+
--committer-date-is-author-date::
By default the command records the date from the e-mail
message as the commit author date, and uses the time of