On 2008-06-26 13:49:49 +0200, Flavio Poletti wrote: > Importing wasn't actually an issue, just a matter of > init/add/commit. I was more scared about the patch production > process, i.e. producing a patch that could be perfectly usable by > the project's maintainers. But given what you kindly said, I think I > can dismiss this as excess of caution by me. Yes, patch is one of the most permissive programs around. It will eat _anything_. (And throw up on the carpet if it was just too wrong.) There are two things in git patches that patch won't grok: rename/copy patches, and binary patches. Neither feature is on by default, IIRC -- you have to give command line flags -- precisely so that "git diff" default output will be patch compatible. -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html