On Fri, Sep 19, 2008 at 11:08, Kirill Smelkov <kirr@xxxxxxxxxxxxxxxxxxx> wrote: > Petr, since you've asked for help on this, here you are: > > $ tg mail [NAME] > > a simple script to send one patch over email. > > > All it does is > > - call `tg patch` for actual patch preparation > - extract email addresses from whom and where to send a mail That shouldn't be needed. git send-email parses Cc: headers and the To: comes from 'git config topgit.to', so you can re-use this. Bert -- 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