Re: [git patches] 2.6.x libata updates

From: Linus Torvalds
Date: Sun Oct 30 2005 - 17:36:49 EST




On Sun, 30 Oct 2005, Rob Landley wrote:
>
> Rather than making the patch a simple diff of the trees, make the patch a cat
> of the individual patches/commits (preferably with descriptions) that got
> applied, in the order they got applied.
>
> This makes the patch bigger, but it also means that bisect can be done with
> vi, simply by truncating the file at the last interesting patch and applying
> the truncated version to a clean tree. Since patch applies hunks in order
> and sifts out hunks from description already...
>
> Is this a viable option?

No.

There is no "ordering" in a distributed environment. We have things
happening in parallel, adn you can't really linearize the patches.

The closest you can get is "git bisect", which does the right thing.

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/