am doc: add a pointer to relevant hooks
[gitweb.git] / Documentation / git-am.txt
index 54d8461d61b2f2ad5dbf5ce8c9106534d1a74289..abcffb64bea677e30639c10f61083f3960207ecb 100644 (file)
@@ -189,6 +189,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
 --------