aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin C Meyer <ben@meyerhome.net>2010-03-19 02:11:12 -0400
committerBenjamin C Meyer <ben@meyerhome.net>2010-03-19 02:11:12 -0400
commitd7c2315db00005d1bda769a9fd110cde67b71bac (patch)
treeda676dd98dac9256ef8fc5a256de41df76e3b867
parentc143866a84fded247063d1f45b16cbcbebea8f8f (diff)
downloadgit-hooks-d7c2315db00005d1bda769a9fd110cde67b71bac.tar.gz
git-hooks-d7c2315db00005d1bda769a9fd110cde67b71bac.tar.bz2
Add a link to the official documentation in the README
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 821a833..2adefcf 100644
--- a/README
+++ b/README
@@ -24,6 +24,8 @@ git-hooks provide a way to manage and share your hooks by allowing for the insta
When GLOBAL_GIT_HOOKS is not set it defaults to the git-hooks /contrib/ folder.
Multiple global hooks directories can be specified by using a space between each path.
+For more details on Git Hooks checkout the online documentation at http://www.kernel.org/pub/software/scm/git/docs/githooks.html
+
--- Creating hooks
To keep things organized git-hooks looks for scripts in sub directories named after the git hook name. For example this project has the following pre-commit script in the following location: