[BUG] a commit date-related bug in 'git describe' [was: Re: Possible bug in git describe, additional commits differs when cloned with --depth]

2019-10-08 Thread SZEDER Gábor
On Fri, Sep 27, 2019 at 02:02:01PM +0200, SZEDER Gábor wrote: > On Fri, Sep 27, 2019 at 11:51:07AM +0200, Anders Janmyr wrote: > > I'm not sure if this is a bug or not but `git describe` gives > > different results when the repo has been cloned with `--depth` or not. > > > > In the example below f

Re: Possible bug in git describe, additional commits differs when cloned with --depth

2019-09-27 Thread SZEDER Gábor
On Fri, Sep 27, 2019 at 11:51:07AM +0200, Anders Janmyr wrote: > Hi, > > I'm not sure if this is a bug or not but `git describe` gives > different results when the repo has been cloned with `--depth` or not. > > In the example below from the git repository the number of additional > commits since

Possible bug in git describe, additional commits differs when cloned with --depth

2019-09-27 Thread Anders Janmyr
Hi, I'm not sure if this is a bug or not but `git describe` gives different results when the repo has been cloned with `--depth` or not. In the example below from the git repository the number of additional commits since the last tag differs 256 vs. 265. ``` $ git clone https://github.com/git/gi