Thread overview
[phobos] Tag for 2.060
Aug 16, 2012
Jonathan M Davis
Aug 16, 2012
Brad Roberts
Aug 16, 2012
Jonathan M Davis
Aug 16, 2012
kenji hara
Aug 16, 2012
Jonathan M Davis
August 16, 2012
Did the v2.060 tag not get added to Phobos? I see it for dmd and druntime but not Phobos.

- Jonathan M Davis
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos

August 16, 2012
Where are you looking?  It's there on github:

https://github.com/D-Programming-Language/phobos/tags

On 8/16/2012 1:11 AM, Jonathan M Davis wrote:
> Did the v2.060 tag not get added to Phobos? I see it for dmd and druntime but not Phobos.
> 
> - Jonathan M Davis
> _______________________________________________
> phobos mailing list
> phobos@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
> 

_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos

August 16, 2012
On Thursday, August 16, 2012 01:16:38 Brad Roberts wrote:
> Where are you looking?  It's there on github:
> 
> https://github.com/D-Programming-Language/phobos/tags

My local git repository doesn't having it, and updating the tags doesn't get it.

- Jonathan M Davis
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos

August 16, 2012
2012/8/16 Jonathan M Davis <jmdavisProg@gmx.com>:
> On Thursday, August 16, 2012 01:16:38 Brad Roberts wrote:
>> Where are you looking?  It's there on github:
>>
>> https://github.com/D-Programming-Language/phobos/tags
>
> My local git repository doesn't having it, and updating the tags doesn't get it.

You can use -t switch for git fetch.
git fetch -t upstream

Kenji Hara
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos

August 16, 2012
On Thursday, August 16, 2012 17:43:29 kenji hara wrote:
> 2012/8/16 Jonathan M Davis <jmdavisProg@gmx.com>:
> > On Thursday, August 16, 2012 01:16:38 Brad Roberts wrote:
> >> Where are you looking?  It's there on github:
> >> 
> >> https://github.com/D-Programming-Language/phobos/tags
> > 
> > My local git repository doesn't having it, and updating the tags doesn't get it.
> 
> You can use -t switch for git fetch.
> git fetch -t upstream

Weird. I'd tried that before with --tags rather than -t, and it didn't work. But I just tried it with -t, and it worked. So, I have no idea what's going on, but at least it seems to have finally grabbed it.

- Jonathan M Davis
_______________________________________________
phobos mailing list
phobos@puremagic.com
http://lists.puremagic.com/mailman/listinfo/phobos