aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-applypatch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-04 15:47:28 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-04 15:47:28 -0700
commitf5f2c52bb08a7fc5bde6a7eb6552235df9daca71 (patch)
tree8a3114a7c1ca47a98b03a01f688666a026a6948f /Documentation/git-applypatch.txt
parent8afaf4cbefc735d71d1417a74b9cc20b0e3c6770 (diff)
parent52be5fcd29e074cb549b9a92ff8caceb736e4851 (diff)
downloadgit-f5f2c52bb08a7fc5bde6a7eb6552235df9daca71.tar.xz
Merge branch 'master' of .
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 14ce53aade..b8946321d3 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
-------