On Sun, Nov 02, 2008 at 10:39:07AM +0100, Pierre Habouzit wrote: > Well it still messes the file/reference name conflict with no way to > prevent it because of the backward compatibility, and even if unlikely > it's still possible. Hmm. As Junio mentioned, this is really an easier way of doing: git format-patch -o tmp "$@" $EDITOR tmp/* git send-email tmp So I guess a wrapper program would suffice, that just called send-email. But of course then you would have to think of a new name, and explain the confusion between it and send-email. -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