summaryrefslogtreecommitdiffstats
path: root/git-commit.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-14 22:26:07 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-14 22:26:07 +0000
commit2fbcd210effb63ce172dc7002701b015a4a0f5a2 (patch)
treeadacb09d4b3a66cf5e57892ed0697cbe6fe705b2 /git-commit.txt
parent58276ec2a70778d0e75fcd45a2a50ad531bd1317 (diff)
downloadgit-htmldocs-2fbcd210effb63ce172dc7002701b015a4a0f5a2.tar.gz
Autogenerated HTML docs for v1.5.5.1-248-g4b17
Diffstat (limited to 'git-commit.txt')
-rw-r--r--git-commit.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-commit.txt b/git-commit.txt
index 4bb51cc06..c3c9f5b90 100644
--- a/git-commit.txt
+++ b/git-commit.txt
@@ -87,7 +87,7 @@ OPTIONS
--no-verify::
This option bypasses the pre-commit and commit-msg hooks.
- See also link:hooks.html[hooks].
+ See also linkgit:githooks[5][hooks].
--allow-empty::
Usually recording a commit that has the exact same tree as its
@@ -292,7 +292,7 @@ order).
HOOKS
-----
This command can run `commit-msg`, `prepare-commit-msg`, `pre-commit`,
-and `post-commit` hooks. See link:hooks.html[hooks] for more
+and `post-commit` hooks. See linkgit:githooks[5][hooks] for more
information.