Merge branch 'nd/commit-hook-doc-fix'

Doc fix.

* nd/commit-hook-doc-fix:
  git-commit.txt: list post-rewrite in HOOKS section
This commit is contained in:
Junio C Hamano 2017-03-21 15:07:20 -07:00
commit fbcfbc4d5d

View file

@ -463,7 +463,7 @@ order). See linkgit:git-var[1] for details.
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