Pierre Habouzit <madcoder@xxxxxxxxxx> writes: > This allows to review every patch (and fix various aspects of them, or > comment them) in an editor just before being sent. Combined to the fact > that git send-email can now process revision lists, this makes git > send-email and efficient way to review and send patches interactively. Without your patches, you run format-patch (with or without cover), you use the editor of your choice to massage them and feed the resulting files to send-email. Only because you wanted to allow format-patch parameters to be given to send-email, you now need to also allow the messages to be massaged before they are sent out. Is it only me who finds that this series creates its own problem and then has to solve it? What are we getting in return? -- 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