Hi Dmitry,
> In fact, git describe doesn't care about emptiness of commits.
It does care during "git rebase -i".
> This change has nothing to do with empty release commits.
> This change is about using lightweight tags (which are not tag objects
> but references to commit objects) in git-version
6ca984c9416048a2da845e9ad3f50
> lightweight4 v0.20
> annotated 519 v0.19.8.1
> traversed 520 commits
> v0.20-4-g62b2a
>
> Therefore here's the proposed fix:
>
>
> 2019-05-10 Bruno Haible
>
> git-version-gen: Add support for empty r
Thanks, this looks good to me.
d3f50
lightweight4 v0.20
annotated519 v0.19.8.1
traversed 520 commits
v0.20-4-g62b2a
Therefore here's the proposed fix:
2019-05-10 Bruno Haible
git-version-gen: Add support for empty release commits.
* build-aux/git-version-gen: Invoke 'git describe