Thread overview | ||||||
---|---|---|---|---|---|---|
|
April 19, 2012 [dmd-internals] vv2.059 tags at GitHub | ||||
---|---|---|---|---|
| ||||
Is there a reason for the duplicate vv2.059 tags to exist in the GitHub repos along the v2.059 ones? If not, could somebody with push access please run »git push <yourremotename> :vv2.059« against DMD, druntime and Phobos to avoid convvusion?
Thanks,
David
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals
|
April 19, 2012 Re: [dmd-internals] vv2.059 tags at GitHub | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Nadlinger | The vv tags were a mistake, I don't know how to remove tags. On 4/19/2012 7:43 AM, David Nadlinger wrote: > Is there a reason for the duplicate vv2.059 tags to exist in the GitHub repos along the v2.059 ones? If not, could somebody with push access please run »git push <yourremotename> :vv2.059« against DMD, druntime and Phobos to avoid convvusion? > _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
April 19, 2012 Re: [dmd-internals] vv2.059 tags at GitHub | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | On 19 Apr 2012, at 20:14, Walter Bright wrote: > The vv tags were a mistake, I don't know how to remove tags. If "origin" is the name of your Git remote for the D-Programming-Language repositories, use cd dmd git push origin :vv2.059 cd ../druntime git push origin :vv2.059 cd ../phobos git push origin :vv2.059 just as you would delete branches (note the colon in front of the ref name). David _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
April 19, 2012 Re: [dmd-internals] vv2.059 tags at GitHub | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Nadlinger | Done. On 4/19/2012 11:20 AM, David Nadlinger wrote: > On 19 Apr 2012, at 20:14, Walter Bright wrote: >> The vv tags were a mistake, I don't know how to remove tags. > > If "origin" is the name of your Git remote for the D-Programming-Language repositories, use > > cd dmd > git push origin :vv2.059 > cd ../druntime > git push origin :vv2.059 > cd ../phobos > git push origin :vv2.059 > > just as you would delete branches (note the colon in front of the ref name). > > David > _______________________________________________ dmd-internals mailing list dmd-internals@puremagic.com http://lists.puremagic.com/mailman/listinfo/dmd-internals |
Copyright © 1999-2021 by the D Language Foundation