From bea74d91b7e6a106a8e11bc1f94e63b954bc0c3c Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 8 Nov 2009 00:46:05 +0100 Subject: [PATCH] Girocco::Notify:cia(): Revert invalid refs/heads/ change --- Girocco/Notify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Girocco/Notify.pm b/Girocco/Notify.pm index 2c67670..58aed90 100644 --- a/Girocco/Notify.pm +++ b/Girocco/Notify.pm @@ -172,7 +172,7 @@ sub cia { my $branch = $ref; $branch =~ s#^refs/heads/## or return; - foreach my $commit (get_commits($proj, "refs/heads/$ref", $oldrev, $newrev)) { + foreach my $commit (get_commits($proj, $ref, $oldrev, $newrev)) { cia_commit($cianame, $proj, $branch, $commit); } } -- 2.11.4.GIT