I want to get linux kernel 2.6.22.19 source for cross-compiling stuff for my router, but the repo is huge (3gb) if I do
git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
and then check this tag, the clone took forever, my bandwidth is limited.
if i run this
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git --branch v2.6.22.19 --single-branch
an extracted file of about 150 mb in size is the right way to do this, what does this likne command mean? v2.6.22.19 is the tag name? why can he sleep after --branch?
after cloning.
[ oglop@localhost linux-stable]$ git status
source share