On 3/28/06, sean <seanlkml@xxxxxxxxxxxx> wrote: > On Mon, 27 Mar 2006 19:10:09 -0500 > "Greg Lee" <glee@xxxxxxxxxx> wrote: > > > > If you're interested in the stable-series releases of the > > > kernel, unfortunately they're not in the git repository. > > > > As I feared ... I'm curious, why? > > Because the stable-series is maintained by people other than Linus. > > They may have their own git tree, i'm not sure. Even if they don't, > you could create a stable-series branch and import the patches > into your git repo if it was something you needed often. they do. and you can just do, ie for 2.6.15.y git fetch git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.15.y.git master:v2.6.15.y you might wanna use --tags for fetch. see git-fetch(1) for more detail. see http://kernel.org/git/ for other stable branches. and thanks for stable branch maintainers. -- yashi - : 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