[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <452D4BE2.6070202@tls.msk.ru>
Date: Wed, 11 Oct 2006 23:54:10 +0400
From: Michael Tokarev <mjt@....msk.ru>
To: Francois Romieu <romieu@...zoreil.com>
CC: Linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [SOT] GIT usage question
Francois Romieu wrote:
> Michael Tokarev <mjt@....msk.ru> :
> [...]
>> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists