aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-05-02 05:30:47 +0200
committerJunio C Hamano <gitster@pobox.com>2008-05-04 17:41:34 -0700
commita5af0e2c550e68b15a38f02ae1d3c3416f8cf276 (patch)
tree4b18f5e2eb43e52fffdf1eb700ba133f83076b3c /Documentation/user-manual.txt
parentc697ad143ba1ff58b29e7efe149d244d4b7010a5 (diff)
downloadgit-a5af0e2c550e68b15a38f02ae1d3c3416f8cf276.tar.gz
Documentation: rename "hooks.txt" to "githooks.txt" and make it a man page
Also now "gitcli(5)" becomes "gitcli(7)". Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 86b91a53e5..e2db850150 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -1881,7 +1881,7 @@ $ chmod a+x hooks/post-update
(For an explanation of the last two lines, see
linkgit:git-update-server-info[1], and the documentation
-link:hooks.html[Hooks used by git].)
+linkgit:githooks[5][Hooks used by git].)
Advertise the URL of proj.git. Anybody else should then be able to
clone or pull from that URL, for example with a command line like: