Re: offtopic: how to break huge patch into smaller independentpatches?

From: Andrew Morton
Date: Wed Sep 15 2004 - 18:21:49 EST


Chris Friesen <cfriesen@xxxxxxxxxxxxxxxxxx> wrote:
>
> Andreas Dilger wrote:
>
> > Consider using a source-control tool next time ;-/.
>
> We used a source control tool. Its just not very useful when people do a port
> from one kernel version to the next and submit it as one giant patch against the
> new kernel rather than new versions of the original individual patches.
>
> I'm the one planning how to avoid this problem in our next development cycle.
>

What others said.

Once you apply those patches to your baseline tree you're dead. If your
primary revision-controlled objects are baseline+patch1+patch2+...+patchN
then life is much simpler when some smarty decides to uprev baseline.
-
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/