diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-27 18:46:55 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-27 18:46:55 +0200 |
commit | afd8410bc9e28169b072b30aa8a31bd24f97a3a0 (patch) | |
tree | 86b5ace1c754a3701e4bfa110e9361a1a96ff99c /git_hooks/README | |
parent | use KParts to view page source REVIEW:102085 (diff) | |
parent | git_hooks (diff) | |
download | rekonq-afd8410bc9e28169b072b30aa8a31bd24f97a3a0.tar.xz |
Merge branch 'HOOKS'
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" |