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