On Wed, Aug 25, 2010 at 10:53 PM, Johannes Sixt [off-list ref] wrote:
On Mittwoch, 25. August 2010, Erik Faye-Lund wrote:
quoted
But I'm curious, what's the best way of import a couple of foreign
source files, while maintaining a couple of patches on top of them?
I'm thinking that perhaps a import-commit followed by the patches
would make it easier to merge in changes than to just import the
patched version, but I'm not entirely sure how to do such a merge
without merging a full subtree...
This is about only two files. When a new version is available from upstream,
just branch from the import-commit, apply the two new files, and merge the
result.
Thanks, makes sense.