On Thu, Jul 16, 2009 at 01:57:03PM -0700, Junio C Hamano wrote: > > 2. give send-email revision arguments, which are fed to format-patch > > (which is what I showed above). In this case, you can give > > format-patch arguments directly to send-email. > > > > Does that help? > > That may help but it is generally a bad idea to send a patch generated > with ignore-all-spaces and other options, as it means that the receiving > end will get changes that not even you the sender had any chance to test. True. You are probably better off using "rebase -i" to fix your commits, testing them, then sending in the result. -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