Re: offtopic: how to break huge patch into smaller independent patches?

From: Martin J. Bligh
Date: Tue Sep 14 2004 - 19:49:30 EST


>> Its kind of offtopic, but I hoped that someone might have some pointers
>> since the kernel developers deal with so many patches.
>>
>> I've been given a massive kernel patch that makes a whole bunch of
>> conceptually independent changes.
>>
>> Does anyone have any advice on how to break it up into independent patches?
>
> dirdiff is a great tool for this. I think its on samba.org somewhere,
> but you can definitely find it in debian.
>
> The new version is even better, I think Paul should do a release :)

If the changes are in fairly independant files, just vi'ing the diff is
normally very effective. If they're all intertangled, then starting again
from scratch is prob easier ;-)

M.

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