On Apr 8, 2009, at 12:10 AM, Andreas Ericsson wrote:
3. Make it capable of sending email directly from commits rather than than having to generate them as files first. For bonus-points, use
This is already possible: git send-email [options] <file|directory|rev-list options> You can pass it a rev-list and it will generate the patches on its own.
git sequencer or some other "git rebase -i"-esque mangling thing first, with capabilities of adding a cover-letter for patch-series.
tom -- 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