If you want to find the latest reachable tag, take a look at *git describe*
This should do it in a checkout of master: git checkout $(git describe --abbrev=0) 2011/4/6 Andrei Alexandrescu <[email protected]> > In order to build and rsync d-programming-language.org, I must get the > latest release of Phobos. > > 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. > > How can I get the last Phobos release from github? > > > Thanks, > > Andrei > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos >
_______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
