Thread overview
[dmd-internals] vv2.059 tags at GitHub
Apr 19, 2012
David Nadlinger
Apr 19, 2012
Walter Bright
Apr 19, 2012
David Nadlinger
Apr 19, 2012
Walter Bright
April 19, 2012
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
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
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
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