diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-27 18:44:06 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-27 18:44:33 +0200 |
commit | cd3e2c4a041ca314ab228a5fcc34c39535c43b6e (patch) | |
tree | 1e182d22b4ed0a3d759d44017a3bcbd811841230 /git_hooks/README | |
parent | clean up (diff) | |
download | rekonq-cd3e2c4a041ca314ab228a5fcc34c39535c43b6e.tar.xz |
git_hooks
These local git_hooks are based on git-hooks tool by Ben Meyer.
Please, read git_hooks/README about
Diffstat (limited to 'git_hooks/README')
-rw-r--r-- | git_hooks/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/git_hooks/README b/git_hooks/README new file mode 100644 index 00000000..d460b95c --- /dev/null +++ b/git_hooks/README @@ -0,0 +1,8 @@ +These git hooks have been copied and adjusted from Arora code. + +Many thanks to Benjamin "icefox" Meyer for providing them. + +-------------- +They are managed using the git-hooks tool (Available here http://github.com/icefox/git-hooks) + +To enable them run "git hooks --install" |