From a672ed8caa6ea75b2f3b4857e8ffafd3d737456d Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 26 Jan 2010 21:21:08 -0600 Subject: Allow pushing of tags --- check-rev-policy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check-rev-policy b/check-rev-policy index c7f6c4e..d0c1630 100755 --- a/check-rev-policy +++ b/check-rev-policy @@ -83,11 +83,11 @@ check_ref_update() fi ;; - ref/tags/*) + refs/tags/*) ;; # Remote tracking branch - ref/remotes/*) + refs/remotes/*) cat <&2 --- You are trying to push the remote tracking branch: -- cgit v1.2.3