aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-applypatch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-applypatch.txt')
-rw-r--r--Documentation/git-applypatch.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-applypatch.txt b/Documentation/git-applypatch.txt
index 14ce53aad..b8946321d 100644
--- a/Documentation/git-applypatch.txt
+++ b/Documentation/git-applypatch.txt
@@ -16,6 +16,10 @@ Takes three files <msg>, <patch>, and <info> prepared from an
e-mail message by 'git-mailinfo', 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 link:hooks.html[hooks] for more
+information.
+
OPTIONS
-------