Øyvind Harboe wrote:
> What's the most reasonable way to refer to a git version
> for human beings?
>
> In svn it's a small integer("only" in the thousands).
>
> I was thinking about something like "0.2 + N versions".
>
>
Actually you can checkout things like
$ git checkout master~2 Makefile
See the <branch> section and the examples in
http://www.kernel.org/pub/software/scm/git/docs/git-checkout.html
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development