On Friday 24 July 2009 19:46, Mike Frysinger wrote: > On Thursday 23 July 2009 21:06:52 Denys Vlasenko wrote: > > On Wednesday 22 July 2009 11:07, Mike Frysinger wrote: > > > did you forget to tag the 1.14.x releases or forget to push or something > > > ? i dont see tags for the 1.14.x releases anywhere ... > > > > I was using > > > > svn cp \ > > svn+ssh://[email protected]/svn/branches/busybox_1_12_stable \ > > svn+ssh://[email protected]/svn/tags/busybox_1_12_4 > > > > in svn days. > > > > I gather I should use "git tag -a <name>" in git? > > -a is the default, so you need to just do: > git tag 1_14_0 <commit id> > git push 1_14_0
Will do with 1.14.3, and then will try to tag earlier 1.14.x post-factum. I'm leaving for a small vacation, so it will happen sometime later. I have one last bug to fix :) -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
