From: Benjamin C Meyer Date: Sat, 19 Jun 2010 19:28:26 +0000 (-0400) Subject: Tweak introduction sentance to the project to include the three types of hooks. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0f7c343908bece283b7e4a7fa03f161f73466f72;p=git-hooks.git Tweak introduction sentance to the project to include the three types of hooks. Signed-off-by: Benjamin C Meyer --- 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.