summaryrefslogtreecommitdiffstats
path: root/git-am.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-14 15:00:27 -0700
committerJunio C Hamano <gitster@pobox.com>2014-03-14 15:00:27 -0700
commit81703b2b96611fb9d7ef95e990acdb4a6dc60135 (patch)
treebe3b1285899b031a3a9806d7ebe0f3ae1119b6e8 /git-am.txt
parent1d669b8c855625ae8c7f1fc1591e0fe86595e8b8 (diff)
downloadgit-htmldocs-81703b2b96611fb9d7ef95e990acdb4a6dc60135.tar.gz
Autogenerated HTML docs for v1.9.0-258-g00eda
Diffstat (limited to 'git-am.txt')
-rw-r--r--git-am.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-am.txt b/git-am.txt
index 17924d0f3..a2b97582f 100644
--- a/git-am.txt
+++ b/git-am.txt
@@ -193,6 +193,11 @@ commits, like running 'git am' on the wrong branch or an error in the
commits that is more easily fixed by changing the mailbox (e.g.
errors in the "From:" lines).
+HOOKS
+-----
+This command can run `applypatch-msg`, `pre-applypatch`,
+and `post-applypatch` hooks. See linkgit:githooks[5] for more
+information.
SEE ALSO
--------