aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin C Meyer <ben@meyerhome.net>2010-03-19 02:38:40 -0400
committerBenjamin C Meyer <ben@meyerhome.net>2010-03-19 02:44:33 -0400
commitd27278abb8fb1e79182c2cc2be7f9612b0a2812c (patch)
tree246b61b652497e4ec3dd3cf6ee3f7d95f997d815 /README
parentd7c2315db00005d1bda769a9fd110cde67b71bac (diff)
downloadgit-hooks-d27278abb8fb1e79182c2cc2be7f9612b0a2812c.tar.gz
git-hooks-d27278abb8fb1e79182c2cc2be7f9612b0a2812c.tar.bz2
Rather than using an environment variable just use the configuration
option hooks.global. Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 2adefcf..ab6ea76 100644
--- a/README
+++ b/README
@@ -19,9 +19,8 @@ or very specific to one person such as:
git-hooks provide a way to manage and share your hooks by allowing for the installation of hooks in three locations:
- User hooks that are installed in ~/.git_hooks/
- Project hooks that are installed in the git_hooks directory inside of each project.
- - Global hooks that are specified with the environment variable GLOBAL_GIT_HOOKS.
-
-When GLOBAL_GIT_HOOKS is not set it defaults to the git-hooks /contrib/ folder.
+ - Global hooks that are specified with the hooks.global configuration option.
+
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