Project.pm: sanitize hooks directory on project creation
commit32c6a808925fc401ae01c134a2b99dff0e2ce5f1
authorKyle J. McKay <mackyle@gmail.com>
Sun, 26 Apr 2015 22:38:22 +0000 (26 15:38 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 26 Apr 2015 22:38:22 +0000 (26 15:38 -0700)
tree90d2945cab4af0f195a7e0178266920cfd9eacc1
parent52f3edd340aeb5c5ca937e707919561d674dff69
Project.pm: sanitize hooks directory on project creation

Remove any kruft left over from `git init` and make sure the
correct permissions and group are set before installing any
of our own hooks.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm