aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-applypatch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-02 21:19:26 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-02 22:38:30 -0700
commit6d35cc76909512d386b503a3feb1b40c153c3195 (patch)
treec53870ba1f43150ac5d9947ad1b067aa501f66ae /Documentation/git-applypatch.txt
parent953e5842f8fcd40c3e7013a9793746719016db1b (diff)
downloadgit-6d35cc76909512d386b503a3feb1b40c153c3195.tar.gz
git-6d35cc76909512d386b503a3feb1b40c153c3195.tar.xz
Document hooks.
Signed-off-by: Junio C Hamano <junkio@cox.net>
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
-------