Hi all,

i have rename all the version tags adding v in front of their old names. So the 
old tag 4.1-beta1 become v4.1-beta1.
I do that because it is easier to distinguish version tags from other tags with 
command like git describe --match "v[0-9]*" --abbrev=7 HEAD.
You need to get the new tags and remove your local old tags. To do that use:

git fetch
bash <(git show origin/ybl/remove-old-tags:remove-old-tags) # replace origin 
with the name of your remote

Regards,
Yves
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to