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 | |
parent | Merge branch 'ab/push-default-doc-fix' (diff) | |
parent | git-commit.txt: list post-rewrite in HOOKS section (diff) | |
download | tgif-fbcfbc4d5de6b307a9a7dc12fb6e969914abd17c.tar.xz |
Merge branch 'nd/commit-hook-doc-fix'
Doc fix.
* nd/commit-hook-doc-fix:
git-commit.txt: list post-rewrite in HOOKS section
-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 |