On Thu, Feb 18, 2010 at 03:40:07AM -0800, Geoffrey Lee wrote: > When I use "git format-patch", it doesn't seem to include merges. How > can I perform a merge and then e-mail it to someone as a set of > patches? Is it important that it be patches, or simply that it go over email? In the latter case, you can use "git bundle" to create a set of commits, including merges, and send them to the remote. -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