Merge branch 'jn/am-doc-hooks'
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:26:27 +0000 (14:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:26:27 +0000 (14:26 -0700)
* jn/am-doc-hooks:
am doc: add a pointer to relevant hooks

1  2 
Documentation/git-am.txt
diff --combined Documentation/git-am.txt
index 17924d0f3ff3cf525b5ab93b50020929d6ea24c0,abcffb64bea677e30639c10f61083f3960207ecb..a2b97582fe010ffcab70db30e006a7a94d6b767b
@@@ -14,7 -14,7 +14,7 @@@ SYNOPSI
         [--ignore-date] [--ignore-space-change | --ignore-whitespace]
         [--whitespace=<option>] [-C<n>] [-p<n>] [--directory=<dir>]
         [--exclude=<path>] [--include=<path>] [--reject] [-q | --quiet]
 -       [--[no-]scissors]
 +       [--[no-]scissors] [-S[<keyid>]]
         [(<mbox> | <Maildir>)...]
  'git am' (--continue | --skip | --abort)
  
@@@ -119,10 -119,6 +119,10 @@@ default.   You can use `--no-utf8` to o
        Skip the current patch.  This is only meaningful when
        restarting an aborted patch.
  
 +-S[<keyid>]::
 +--gpg-sign[=<keyid>]::
 +      GPG-sign commits.
 +
  --continue::
  -r::
  --resolved::
@@@ -193,6 -189,11 +193,11 @@@ commits, like running 'git am' on the w
  commits that is more easily fixed by changing the mailbox (e.g.
  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
  --------