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