Re: [PATCH 2/2] filter-branch.sh: support nearly proper tag name filtering
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:25
Hi,
On Mon, 24 Mar 2008, Brandon Casey wrote:
So right now, tags matching the refspec are rewritten. They are currently
rewritten with a lightweight tag.
That is unintended. My understanding of a tag was always that it is
something immutable. I mean, _really_ immutable. If you released a
certain version, then that is tagged. You must not rewrite the tag.
Ever.
Ciao,
Dscho