On Sun, 2007-04-22 at 16:17 +0100, Alan Hourihane wrote: > On Sun, 2007-04-22 at 09:05 -0600, Brian Paul wrote: > > On 4/22/07, Michel Dänzer <[EMAIL PROTECTED]> wrote: > > > On Sat, 2007-04-21 at 16:06 -0600, Brian Paul wrote: > > > > I've uploaded a second release candidate: http://www.mesa3d.org/beta/ > > > > > I think it would be useful in general, but in particular for packagers, > > > if there was a GIT tag corresponding to each RC. > > > > I did a 'git-tag -a mesa_6_5_3_rc2' which seemed to work. But how do > > I push that to master? git-push didn't do anything. > > git-push --tags > > should do the trick
That pushes all of your tags. So, if you tagged something as this-commit-is-junk months ago while debugging, even that goes up. git-push origin tagname shouldn't ever surprise you with what it does. -- Eric Anholt [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
