From 5e778837590eee6c1a5e0260832b934611aabeda Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 1 Jul 2010 11:31:09 +0300 Subject: Also pick up the names of branches for octapi --- update_tags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_tags b/update_tags index 78675ee..25bc143 100755 --- a/update_tags +++ b/update_tags @@ -1,6 +1,6 @@ #!/bin/sh -git branch -r | grep 'tags/[0-9]' | sed -e 's"tags/\(.*\)"& v\1"' \ +git branch -r | egrep 'tags/(|PR)[0-9]' | sed -e 's"tags/\(.*\)"& v\1"' \ | while read branch tag; do if [ ! -r .git/refs/tags/$tag ]; then echo "tagging $tag from $branch" -- cgit v1.2.3