Hi, I'm trying to retrieve a linux kernel by tag using git. Let's say for example I want my working tree to be a linux 2.6.12 copy from git repository. How can I do that ? I tried these commands but it seems that there's no tag in git repository git clone rsync://ftp.linux-mips.org/git/linux.git linux.git git pull http://www.linux-mips.org/pub/scm/linux.git tag linux_2_6_12 Thanks -- Franck