[libcode-tidyall-perl] 345/374: Ensure hook is executable, so that it doesn't get ignored silently.
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcode-tidyall-perl.
commit c367d9f26e713844bf0aafb054eda8b4ac978687
Author: Olaf Alders <olaf at wundersolutions.com>
Date: Wed Jan 23 14:57:48 2013 -0500
Ensure hook is executable, so that it doesn't get ignored silently.
---
lib/Code/TidyAll/Git/Precommit.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/Code/TidyAll/Git/Precommit.pm b/lib/Code/TidyAll/Git/Precommit.pm
index e35a11a..726c3ee 100644
--- a/lib/Code/TidyAll/Git/Precommit.pm
+++ b/lib/Code/TidyAll/Git/Precommit.pm
@@ -187,6 +187,7 @@ Commit your pre-commit script in C<git/hooks/pre-commit>
Add a setup script in C<git/setup.sh> containing
#!/bin/bash
+ chmod +x git/hooks/pre-commit
cd .git/hooks
ln -s ../../git/hooks/pre-commit
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git
More information about the Pkg-perl-cvs-commits
mailing list