Merge branch 'nd/commit-hook-doc-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2017 22:07:20 +0000 (15:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Mar 2017 22:07:20 +0000 (15:07 -0700)
Doc fix.

* nd/commit-hook-doc-fix:
git-commit.txt: list post-rewrite in HOOKS section

1  2 
Documentation/git-commit.txt
index 25dcdcc2890f0a6814c0000c3c8970e02c0717f8,2763edb7a71d9e0fba3487a2f371733ff682e0a5..ed0f5b94b3f200676aedb312391a2dd8fde7325d
@@@ -117,12 -117,9 +117,12 @@@ OPTION
  
  -z::
  --null::
 -      When showing `short` or `porcelain` status output, terminate
 -      entries in the status output with NUL, instead of LF. If no
 -      format is given, implies the `--porcelain` output format.
 +      When showing `short` or `porcelain` status output, print the
 +      filename verbatim and terminate the entries with NUL, instead of LF.
 +      If no format is given, implies the `--porcelain` output format.
 +      Without the `-z` option, filenames with "unusual" characters are
 +      quoted as explained for the configuration variable `core.quotePath`
 +      (see linkgit:git-config[1]).
  
  -F <file>::
  --file=<file>::
@@@ -463,7 -460,7 +463,7 @@@ order).  See linkgit:git-var[1] for det
  HOOKS
  -----
  This command can run `commit-msg`, `prepare-commit-msg`, `pre-commit`,
and `post-commit` hooks.  See linkgit:githooks[5] for more
`post-commit` and `post-rewrite` hooks.  See linkgit:githooks[5] for more
  information.
  
  FILES