diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-03-21 15:07:20 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-21 15:07:20 -0700 |
commit | fbcfbc4d5de6b307a9a7dc12fb6e969914abd17c (patch) | |
tree | 3b76e9bb2e23ceaaa705dc3a2ad1aa375ee8dcd7 /Documentation/git-commit.txt | |
parent | b7b57b143417f8b89e17aeb501b7c54c13508959 (diff) | |
parent | baced9e4e5f0206f76f538ea1517c5097443359d (diff) | |
download | git-fbcfbc4d5de6b307a9a7dc12fb6e969914abd17c.tar.gz |
Merge branch 'nd/commit-hook-doc-fix'
Doc fix.
* nd/commit-hook-doc-fix:
git-commit.txt: list post-rewrite in HOOKS section
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 25dcdcc289..ed0f5b94b3 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -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 |