2006/1/10, P. Christeas <p_christ@xxxxxx>: > On Tuesday 10 January 2006 5:40 pm, Ivan Korzakow wrote: > > 2006/1/10, Ralf Baechle <ralf@xxxxxxxxxxxxxx>: > > > On Tue, Jan 10, 2006 at 09:02:43AM +0800, zhuzhenhua wrote: > > > > > In 2.6.15 things were alomst fully merged but several megabytes of > > > > > patches are between the linux-mips.org and kernel.org versions of > > > > > 2.6.14. > > > > > > > > > > Ralf > > > > > > > > in linux-mips, where to download the patches for standard kernel? > > > > > > I don't publish such patches - but they're eassy to generate. > > > > Could you be a bit more explicit about that "easy" way you generate them ? > > > > Ivan > You make sure you have the two trees and diff them. > They 're both in git and typically you could do that only using git. > Have you ever tried what you're talking about or is it a guess ? For example, let's say that there's a bug introduced when merging Linus tree with mips branch. How do you easily "bisect" in order to do a binary seek of this bug ? BTW, I noticed that Linux mips repository have several branches. Each branch is tracking each kernel minor version. I think this is completly useless : 1 - it makes the repository huge by keeping history since 2.2 (It's pointless for most people) 2 - The way branches are made is broken : you can not fetch separate branches without doing some "grafts" things Why not simply ask Linus to pull from the mips tree ? Ivan