]> gitweb.fluxo.info Git - git-hooks.git/commitdiff
Add a link to the official documentation in the README
authorBenjamin C Meyer <ben@meyerhome.net>
Fri, 19 Mar 2010 06:11:12 +0000 (02:11 -0400)
committerBenjamin C Meyer <ben@meyerhome.net>
Fri, 19 Mar 2010 06:11:12 +0000 (02:11 -0400)
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
README

diff --git a/README b/README
index 821a8338f32a4bcbe7167fe50bf06276c3abbe1f..2adefcfc8899c5d49f12012ae58df6c6d1fe4a59 100644 (file)
--- 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: