The simplest way to get the kernel code is : git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git If you want to get the other branches then head over to \”Kernel Git Page\” This will get the Linux kernel tree. As of today , 12 days ago, the tree was tagged to 2.6.31. Now thats cool, but do you want [...]
Archive of posts tagged kernel
Get list of git repositories from command line.
Earlier I had posted a small blog on teamgit. The problem still is that you have to manually go to the git.kernel.org page and get the list of the repo\’s that you can download. How about a command line to get the same. Here\’s one: wget -O – http://git.kernel.org |grep \”class=.list.\” |grep -v title|awk -F\’>\’ [...]










