> Btw, is there a generic way to move repos cloned from Ted's (now
> orphaned?) 2.4 tree to Linus' official one?
You can export the changes you want as a patch and if you ask, we'll send
you a script which also exports your checkin comments in Linus' nifty
new email->BK converter. The format that we like (I believe, Wayne/Linus
will correct errors) is:
### Change the comments to ChangeSet below
These are the changeset comments, i.e, the email message for the patch.
### Change the comments to include/asm/whatever.h below
The comments for include/asm/whatever.h
In other words
printf("### Change the comments to %s below\n", filename);
And then it can be imported directly.
To create an extra script to do this for a bk export -tpatch is straightforward.
-- --- Larry McVoy lm at bitmover.com http://www.bitmover.com/lm - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Feb 07 2002 - 21:00:53 EST