On Mon, 14 Aug 2023 12:18:50 +0200
Christian Brabandt <
cbl...@256bit.org> wrote:
> On Mo, 14 Aug 2023, Manfred Rosenboom wrote:
> > Don't get each patch a related annotated tag anymore?
>
> I think we only used lightweight tags? So I only added those:
Not that it's super important, but I suggest strictly using annotated
tags. Cannot recall the exact reasons, but last year my team and I
faced multiple unrelated problems: all of them because of using
lightweight tags instead of annotated ones.
Here's what "git tag --help" has to say:
> Annotated tags are meant for release while lightweight tags are meant
> for private or temporary object labels. For this reason, some git
> commands for naming objects (like git describe) will ignore
> lightweight tags by default.
I don't wanna be annoying. Just wanted to leaves a word that weird
problems may pop up if using lightweight tags instead of annotated ones.
--
Enan