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

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-24 12:57:54 -07:00
commit 7bd881f7ca

View File

@ -460,7 +460,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