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

Documentation/git-commit.txt
index 25dcdcc2890f0a6814c0000c3c8970e02c0717f8..ed0f5b94b3f200676aedb312391a2dd8fde7325d 100644 (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