diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-14 13:34:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-14 13:34:23 -0700 |
commit | 29182f7da4b31b11f82281a9a03edd082975dceb (patch) | |
tree | f8a9041662996ce52c3532294fc52f9ea8328e08 /Documentation/repository-layout.txt | |
parent | adf59ec127f447aa83c84f9dbe2ae4e6417f3760 (diff) | |
parent | a5af0e2c550e68b15a38f02ae1d3c3416f8cf276 (diff) | |
download | git-29182f7da4b31b11f82281a9a03edd082975dceb.tar.gz |
Merge branch 'cc/hooks-doc'
* cc/hooks-doc:
Documentation: rename "hooks.txt" to "githooks.txt" and make it a man page
Diffstat (limited to 'Documentation/repository-layout.txt')
-rw-r--r-- | Documentation/repository-layout.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt index bbaed2e129..7fd187be8a 100644 --- a/Documentation/repository-layout.txt +++ b/Documentation/repository-layout.txt @@ -124,7 +124,7 @@ hooks:: commands. A handful of sample hooks are installed when `git init` is run, but all of them are disabled by default. To enable, they need to be made executable. - Read link:hooks.html[hooks] for more details about + Read linkgit:githooks[5][hooks] for more details about each hook. index:: |