Re: Fw: git describe issue

2019-04-03 Thread Philip Oakley
On 03/04/2019 09:11, Bryan Turner wrote: On Wed, Apr 3, 2019 at 1:00 AM Amiel Elboim wrote: Very helpful! annotated tag is good solution for us. However fix of this issue is important, because it's confusing when you want to track on your version using git tags. Lightweight tags have no met

Re: Fw: git describe issue

2019-04-03 Thread Bryan Turner
On Wed, Apr 3, 2019 at 1:00 AM Amiel Elboim wrote: > > Very helpful! annotated tag is good solution for us. > > However fix of this issue is important, because it's confusing when you want > to track on your version using git tags. Lightweight tags have no metadata to allow for ordering, so I'm

Re: Fw: git describe issue

2019-04-03 Thread Bryan Turner
On Tue, Apr 2, 2019 at 11:47 PM Amiel Elboim wrote: > Hi! > > I've found strange behavior with 'git describe' command, look like for me as > bug. > > In the case I create 2 tags on same commit and I run 'git describe --tags' I > expect to get the latest tag, but always I get the first tag I crea

Fw: git describe issue

2019-04-02 Thread Amiel Elboim
Hi! I've found strange behavior with 'git describe' command, look like for me as bug.  In the case I create 2 tags on same commit and I run 'git describe --tags' I expect to get the latest tag, but always I get the first tag I created on the commit. Unlike git-describe documentations - "Th