On Tue, 25 Sep 2012, Stefan Behnel wrote: > > Any chance we can tag the official 0.17 release in Github as well? > BTW, do we use lightweight tags or annotated tags in git? And why?
you should use annotated -a (and/or signed -s, which are annotated) tags you do not use annotated tags: $> git describe upstream/master fatal: No annotated tags can describe 'd0cf23e7dadebdb31064ef8c1fddeaef049622dc'. However, there were unannotated tags: try --tags. $> git describe --tags upstream/master 0.17.1-26-gd0cf23e why should you use them? http://stackoverflow.com/questions/4971746/why-should-i-care-about-lightweight-vs-annotated-tags -- Yaroslav O. Halchenko Postdoctoral Fellow, Department of Psychological and Brain Sciences Dartmouth College, 419 Moore Hall, Hinman Box 6207, Hanover, NH 03755 Phone: +1 (603) 646-9834 Fax: +1 (603) 646-1419 WWW: http://www.linkedin.com/in/yarik _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel