Jakub Narebski <jnareb@xxxxxxxxx> wrote: > By the way, is there fast-import version of git-quiltimport? No, and I don't think its easy. Isn't a quilt patchstack stored as a series of patch files? So "importing" it into Git requires applying the patch to the base tree, then writing that base tree to the ODB. fast-import doesn't know how to run git-apply, though Junio and I did kick it around (generally) a few months ago on #git. -- Shawn. - 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