Hi, On Thu, 31 Jan 2008, Carlos Rica wrote: > On Jan 31, 2008 8:35 PM, Pierre Habouzit <madcoder@xxxxxxxxxx> wrote: > > On Thu, Jan 31, 2008 at 05:27:31PM +0000, Daniel Baumann wrote: > > > > > git commit supports --author to overwrite the author information on > > > a particular commit; it would be nice if git tag would offer the > > > same. > > > > Meanwhile, > > > > GIT_AUTHOR_NAME="John Doe" GIT_AUTHOR_EMAIL=luser@xxxxxxxxxxx git tag > > That didn't work for me, Hey jasam, good to see you again. I think that you have to use "-s" or "-a" for the author information to take effect (IOW a lightweight tag will not pick it up, since it is only a 41-byte file, and does not change the object database). Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html