On Sat, 2009-03-14 at 21:45 +0100, Grant Grundler wrote: > On Sat, Mar 14, 2009 at 8:51 PM, Bartlomiej Zolnierkiewicz > <bzolnier@xxxxxxxxx> wrote: > ... > >> I can create separate patches for both. Which git tree should I base > >> them against? > > > > linux-next git tree > > (or pata-2.6 quilt tree) > > I've not used quilt yet and can only deal with git in a very crude way. > Thanks for the references! Have no fear ... you just rsync the quilt to a directory (~/pata_quilt or something) on any server (use rsync so you only pick up the diffs next time around) and then do git quiltimport --patches ~/pata_quilt and voila: a git tree ... of course it's a new one, and it's much harder to handle incremental quilts (quilts that just have an extra few patches added) since git rebuilds the entire tree with a different commitid for each patch every time. James -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html