Re: git log with %(describe) placeholder does not find most recent tag
From: Carlo Arenas <hidden> Date: 2021-10-11 12:27:53
On Mon, Oct 11, 2021 at 1:10 AM Benjamin Kircher [off-list ref] wrote:
produces a different result than
git describe --tags
if the repository you are looking at has non annotated tags (the ones
that have no signature or message and that are created by default with
`git tag`), then that is expected and explained in the documentation
for the '--tags' option you are using.
Carlo