Re: git tag usability issue: Lightweight vs Annotated confusion for the end user (ex. git describe default)
From: Jonathon Mah <hidden> Date: 2016-06-15 22:58:15
Some git command (ex. git describe) by default only consider
annotated tags.
I always add --tags when I call git-describe. Is there any reason this shouldn't become the new default (quickly, before git 2.0 perhaps)? I wasn't able to find any reason for the current behavior with just a little digging.
Jonathon Mah
me@JonathonMah.com