diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-05-02 05:30:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-04 17:41:34 -0700 |
commit | a5af0e2c550e68b15a38f02ae1d3c3416f8cf276 (patch) | |
tree | 4b18f5e2eb43e52fffdf1eb700ba133f83076b3c /Documentation/cvs-migration.txt | |
parent | c697ad143ba1ff58b29e7efe149d244d4b7010a5 (diff) | |
download | git-a5af0e2c550e68b15a38f02ae1d3c3416f8cf276.tar.gz git-a5af0e2c550e68b15a38f02ae1d3c3416f8cf276.tar.xz |
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/cvs-migration.txt')
-rw-r--r-- | Documentation/cvs-migration.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index 00f2e36b2..374bc87b1 100644 --- a/Documentation/cvs-migration.txt +++ b/Documentation/cvs-migration.txt @@ -137,7 +137,7 @@ Advanced Shared Repository Management Git allows you to specify scripts called "hooks" to be run at certain points. You can use these, for example, to send all commits to the shared -repository to a mailing list. See link:hooks.html[Hooks used by git]. +repository to a mailing list. See linkgit:githooks[5][Hooks used by git]. You can enforce finer grained permissions using update hooks. See link:howto/update-hook-example.txt[Controlling access to branches using |