Re: [git-users] Change date of tags

2011-12-12 Thread Konstantin Khomoutov
On Mon, 12 Dec 2011 07:53:23 -0800 (PST) Trans wrote: > > "Patching" a tag sounds odd for a system which is about keeping > > immutable objects referencing each other by cryptographic hashes of > > their contents. > > > > Unfortunately, git-tag seems not to support anything like -c or -C > > of `

Re: [git-users] Change date of tags

2011-12-12 Thread Trans
On Sunday, December 11, 2011 3:13:44 PM UTC-5, Konstantin Khomoutov wrote: > > "Patching" a tag sounds odd for a system which is about keeping immutable > objects referencing each other by cryptographic hashes of their > contents. > > Unfortunately, git-tag seems not to support anything like -c o

Re: [git-users] Change date of tags

2011-12-11 Thread Konstantin Khomoutov
On Sun, Dec 11, 2011 at 10:39:49AM -0800, Trans wrote: > Yep. Thanks. I've read it. But it only speaks of creating missing tags. I > was wondering if there is a way to adjust the data of an existing tag. > > I can of course delete the tag and retag --which is what I am doing > presently. Unfort

Re: [git-users] Change date of tags

2011-12-11 Thread Trans
Yep. Thanks. I've read it. But it only speaks of creating missing tags. I was wondering if there is a way to adjust the data of an existing tag. I can of course delete the tag and retag --which is what I am doing presently. Unfortunately that means checking out previous tag, copy tag message, d

Re: [git-users] Change date of tags

2011-12-11 Thread Konstantin Khomoutov
On Sun, Dec 11, 2011 at 09:50:32AM -0800, Trans wrote: > On some project's I've gone back a tagged things I had forgotten to tag > when I should have. While I thought all was peachy, I realized later that > the tag then have the wrong dates associated with them. > > Is there any way to change t