tg mail: new command for mailing patches
commit2986273479a7303a5b21c238182e1df51be2b3eb
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Fri, 19 Sep 2008 09:08:21 +0000 (19 13:08 +0400)
committerPetr Baudis <pasky@suse.cz>
Mon, 22 Sep 2008 15:40:35 +0000 (22 17:40 +0200)
tree537e6675b074e531a5c70fbe8ed73db3ae79f018
parent057218422892984e6d2eecff3a7605040b65fdf2
tg mail: new command for mailing patches

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
    - boils down to `git send-email`

It is self-hosted -- this mail was send by me with

    $ tg mail t/tg-mail

P.S. I'm not a bash guy, please do not beat me too much...

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
.gitignore
README
tg-mail.sh [new file with mode: 0644]