diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-02 21:19:26 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-02 22:38:30 -0700 |
commit | 6d35cc76909512d386b503a3feb1b40c153c3195 (patch) | |
tree | c53870ba1f43150ac5d9947ad1b067aa501f66ae /Documentation/git-applypatch.txt | |
parent | Mention post-update when we first talk about publishing a repository. (diff) | |
download | tgif-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.txt | 4 |
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 ------- |