[git-users] Change date of tags

2011-12-11 Thread Trans
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 the date of a tag other then to delete the tag and retag it? Than

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

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 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