2006/1/11, Ralf Baechle <ralf@xxxxxxxxxxxxxx>: > On Wed, Jan 11, 2006 at 12:10:05PM +0100, Ivan Korzakow wrote: > > > It would be great to be a little bit more explicit by giving some > > _little_ examples ! Why not enlighting us directly instead of being so > > vague. > > In books that kind of stuff is usually marked as "left as an exercise to > the reader" ;-) yeah, but we are chating on a forum ;0) > > git-clone rsync://ftp.linux-mips.org/pub/scm/linux.git repository > cd repository > git-fetch git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 master:linus > git-repack -a -d > I know that but you miss my point. GIT is a tool to ease work on linux kernel, but the way you use it makes harder life of users of your tree. For example your tree contains more than 350 000 objects ! That makes a lot of git commands running slow... Let's say I'm developing a net drivers on ARM platform. I'm actually do not care about ARM development, but I do care about net tree. To do that, I just need to clone net tree because I know that ARM should be OK with this tree. What about MIPS ? I'm just wondering why not asking to Linus to pull from your tree like every others maintainers do ? Ivan