On Wed, Apr 08, 2009 at 12:10:37AM +0200, Andreas Ericsson wrote: >> 2. Make a new command to compete with send-email instead of using the >> same name. This means that people who are really put off by >> CPAN dependencies from (1) above won't be negatively impacted. And >> you can drop any historical interface warts if you want to. >> > > 3. Make it capable of sending email directly from commits rather than > than having to generate them as files first. For bonus-points, use > git sequencer or some other "git rebase -i"-esque mangling thing > first, with capabilities of adding a cover-letter for patch-series. As Tomas noted, this is already possible (this was due to some patches from Pierre a few months ago, I think). But IIRC, there are some corner cases where send-email has to guess whether you mean rev-list options or a file (or maybe there is some way to signal, I don't remember). And that is exactly the sort of thing that you could clean up via (2) above. -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