Junio C Hamano wrote: > The tip of 'master' branch is tagged as v1.5.0-rc1; this means a > few things: > Hi Would it make sense to add something like this to the announcements as it is not very easy to find references to the git-repository itself from the net. You can get the git repository-itself by using a following commands git-clone git://git.kernel.org/pub/scm/git/git.git git_repo After that you can switch to tagged version <v1.5.0-rc1> or sources from the repository by using command git-checkout -f v1.5.0-rc1 master Alternatively you can download the tar packed version of sources from http://www.kernel.org/pub/software/scm/git/ Mika - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html