diff options
author | Benjamin C Meyer <ben@meyerhome.net> | 2010-06-19 15:28:26 -0400 |
---|---|---|
committer | Benjamin C Meyer <ben@meyerhome.net> | 2010-06-19 15:28:26 -0400 |
commit | 0f7c343908bece283b7e4a7fa03f161f73466f72 (patch) | |
tree | 1bd641793790f971c79d6cb7d2208367f330ef2f /README | |
parent | 593590bd81c9285839b18dcc416db0690fce721f (diff) | |
download | git-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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |