Merge branch 'jn/am-doc-hooks'

* jn/am-doc-hooks:
  am doc: add a pointer to relevant hooks
maint
Junio C Hamano 2014-03-14 14:26:27 -07:00
commit 85ff22e68b
1 changed files with 5 additions and 0 deletions

View File

@ -193,6 +193,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. commits that is more easily fixed by changing the mailbox (e.g.
errors in the "From:" lines). 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 SEE ALSO
-------- --------