[git-users] Change old tag messages

2010-05-26 Thread Trans
Hi-- I screwed up some tag messages and I need to go back and change them. How does one do this? Thanks. -- You received this message because you are subscribed to the Google Groups Git for human beings group. To post to this group, send email to git-us...@googlegroups.com. To unsubscribe

[git-users] Re: Get tag date as the the last commit date as of tag

2010-05-26 Thread Konstantin Khomoutov
Okay this one is (perhaps) a little more challenging. The tag date is the date the tag was created. But to me the tag date needs to be the date of the last commit made upto that tag. Right now I extract the date via:   $ tag show 1.0.0 Which gives me a header:   tag 1.0.0   Tagger: