diff options
author | Charlie <root@dev.ws.local> | 2010-01-26 21:21:08 -0600 |
---|---|---|
committer | Charlie <root@dev.ws.local> | 2010-01-26 21:21:08 -0600 |
commit | a672ed8caa6ea75b2f3b4857e8ffafd3d737456d (patch) | |
tree | f064812227dcb229ef7ead2eaf6b9d12b6cb93c5 /check-rev-policy | |
parent | 2d1c3c34407d4f1ad97be02d8c3ab79f5209c710 (diff) |
Allow pushing of tags
Diffstat (limited to 'check-rev-policy')
-rwxr-xr-x | check-rev-policy | 4 |
1 files 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 <<EOF >&2 --- You are trying to push the remote tracking branch: |