aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin C Meyer <ben@meyerhome.net>2010-06-19 15:28:26 -0400
committerBenjamin C Meyer <ben@meyerhome.net>2010-06-19 15:28:26 -0400
commit0f7c343908bece283b7e4a7fa03f161f73466f72 (patch)
tree1bd641793790f971c79d6cb7d2208367f330ef2f
parent593590bd81c9285839b18dcc416db0690fce721f (diff)
downloadgit-hooks-0f7c343908bece283b7e4a7fa03f161f73466f72.tar.gz
git-hooks-0f7c343908bece283b7e4a7fa03f161f73466f72.tar.bz2
Tweak introduction sentance to the project to include the three types of hooks.
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3cd593d..b5211ba 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-git-hooks - A tool to manage Git hooks for multiple git repositories.
+git-hooks - A tool to manage project, user, and global Git hooks for multiple git repositories.
git-hooks lets hooks be installed inside git repositories, users home directory, and globally. When a hook is called by git, git-hooks will check each of these locations for the hooks to run.