Re: [SOT] GIT usage question

From: Michael Tokarev
Date: Wed Oct 11 2006 - 15:54:32 EST


Francois Romieu wrote:
> Michael Tokarev <mjt@xxxxxxxxxx> :
> [...]
>> Is it possible?
>
> git diff 2.6.18..origin -- drivers/ata ?

Yeah, -- the idea is to identify which changes are relevant
using some other criteria, not "git tree placement" or something
like that -- example is to use directory as you suggested (plus
relevant includes).

> Experiment with options for rename.

Yeah -- like git-diff-tree -M, I used it before (for this libata stuff
as well), and even wrote a tiny shell wrapper around patch(1) to
apply git-diff-tree -M -generated patch - first pass is to handle
renames in shell, and second pass is to apply the patch itself... ;)

Thanks.

/mjt
-
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/