Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-03-24 22:57:54 +0300
committerJunio C Hamano <gitster@pobox.com>2017-03-24 22:57:54 +0300
commit7bd881f7ca942be3a98077642ea6d526ac6ff458 (patch)
tree96abb0e17124c2de8a31da7f923fd40b8e7edacb /Documentation
parenteb4e87cef9cbf3bf2b543e671c56627e212b703c (diff)
parentbaced9e4e5f0206f76f538ea1517c5097443359d (diff)
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
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-commit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 4f8f20a360..2763edb7a7 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -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