On Thu, Feb 23, 2012 at 04:48:43PM +0300, Nikolaj Shurkaev wrote: > For example there are commits that affect not only files in folder A > but files in folder B, C and so on. If I do format-patch that will > give me nice patches, but there are modifications of folders B, C and > so on there. I do not know a way to generate patches via format-patch > that affect only files in folder A. Doesn't: git format-patch HEAD~3..HEAD SomePath do what you want? It is certainly designed to, and it seems to work for me. -Peff -- 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