[libcode-tidyall-perl] 294/374: remove check for refs/heads/master

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:38 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 facda270a9f9461b80cf2cc92833cdb960861674
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Tue Oct 2 15:19:58 2012 -0700

    remove check for refs/heads/master
---
 lib/Code/TidyAll/Git/Prereceive.pm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Code/TidyAll/Git/Prereceive.pm b/lib/Code/TidyAll/Git/Prereceive.pm
index 7e2037a..d0d5a92 100644
--- a/lib/Code/TidyAll/Git/Prereceive.pm
+++ b/lib/Code/TidyAll/Git/Prereceive.pm
@@ -49,7 +49,6 @@ sub check_input {
     foreach my $line (@lines) {
         chomp($line);
         my ( $base, $commit, $ref ) = split( /\s+/, $line );
-        next unless $ref eq 'refs/heads/master';
 
         # Create tidyall using configuration found in first 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