Bill Allombert on Wed, 26 Mar 2014 21:42:53 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: spurious GIT tag 2.8 |
On Wed, Mar 26, 2014 at 09:24:30PM +0100, Bill Allombert wrote: > Dear PARI GIT users, > > If you have a PARI GIT repository with the tag 2.8 > i.e. the following succeed, > git show 2.8 > please remove it with > git tag -d 2.8 > > (the tag was renamed to pari-2.8) > > Sorry for the inconvenience Also if you have a tag pari-2.8 that point to ebe2375f88d8453e72955616c029d3adfaa0857b please remove it: git tag -d pari-2.8 (you can remove it even if it is correct: git fetch will recreate it). This should allow 'git describe' to work again. Cheers, Bill.