If you want to find the latest reachable tag, take a look at <i>git describe</i><div><br></div><div>This should do it in a checkout of master: git checkout $(git describe --abbrev=0)</div><div><br><div class="gmail_quote">
2011/4/6 Andrei Alexandrescu <span dir="ltr"><<a href="mailto:andrei@erdani.com">andrei@erdani.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
In order to build and rsync <a href="http://d-programming-language.org" target="_blank">d-programming-language.org</a>, I must get the latest release of Phobos.<br>
<br>
To do so, I need to figure out a mechanical way to fetch the latest release from github (probably in a separate tree from the one I'm working on). Then I build the html off that tree and rsync it with the website.<br>

<br>
How can I get the last Phobos release from github?<br>
<br>
<br>
Thanks,<br>
<br>
Andrei<br>
_______________________________________________<br>
phobos mailing list<br>
<a href="mailto:phobos@puremagic.com" target="_blank">phobos@puremagic.com</a><br>
<a href="http://lists.puremagic.com/mailman/listinfo/phobos" target="_blank">http://lists.puremagic.com/mailman/listinfo/phobos</a><br>
</blockquote></div><br></div>