| Commit message (Expand) | Author | Age | Files | Lines |
* | git-send-email: Do not attempt to STARTTLS more than once | Thomas Rast | 2008-07-02 | 1 | -0/+1 |
* | Merge branch 'kb/send-email-fifo' | Junio C Hamano | 2008-07-01 | 1 | -3/+5 |
|\ |
|
| * | git-send-email: Accept fifos as well as files | Kevin Ballard | 2008-06-25 | 1 | -3/+5 |
* | | git-send-email: prevent undefined variable warnings if no encryption is set | Thomas Rast | 2008-06-28 | 1 | -0/+3 |
* | | git-send-email: add support for TLS via Net::SMTP::SSL | Thomas Rast | 2008-06-25 | 1 | -5/+28 |
|/ |
|
* | git-send-email: allow whitespace in addressee list | Pieter de Bie | 2008-06-08 | 1 | -1/+1 |
* | send-email: Allow the envelope sender to be set via configuration | Ask Bjørn Hansen | 2008-06-08 | 1 | -0/+1 |
* | Merge branch 'jk/maint-send-email-compose' | Junio C Hamano | 2008-05-21 | 1 | -2/+41 |
|\ |
|
| * | send-email: rfc2047-quote subject lines with non-ascii characters | Jeff King | 2008-05-21 | 1 | -2/+17 |
| * | send-email: specify content-type of --compose body | Jeff King | 2008-05-21 | 1 | -0/+24 |
* | | Merge branch 'hb/maint-send-email-quote-recipients' | Junio C Hamano | 2008-05-21 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix recipient santitization | Horst H. von Brand | 2008-05-21 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'bd/tests' | Junio C Hamano | 2008-05-14 | 1 | -1/+1 |
|\ \ |
|
| * | | git-send-email.perl: Handle shell metacharacters in $EDITOR properly | Bryan Donlan | 2008-05-05 | 1 | -1/+1 |
* | | | git-send-email: add a new sendemail.cc configuration variable | Miklos Vajna | 2008-04-29 | 1 | -0/+1 |
|/ / |
|
* | | send-email: Don't require to be called in a repository | Frank Lichtenheld | 2008-03-15 | 1 | -9/+11 |
|/ |
|
* | send-email: --no-signed-off-cc should suppress 'sob' cc | Junio C Hamano | 2008-03-07 | 1 | -1/+2 |
* | send-email: fix In-Reply-To regression | Jay Soffian | 2008-02-21 | 1 | -3/+6 |
* | Merge branch 'maint' | Junio C Hamano | 2008-02-20 | 1 | -1/+1 |
|\ |
|
| * | send-email: squelch warning due to comparing undefined $_ to "" | Jay Soffian | 2008-02-20 | 1 | -1/+1 |
* | | Merge branch 'mw/send-email' | Junio C Hamano | 2008-02-11 | 1 | -22/+72 |
|\ \ |
|
| * | | git-send-email: Better handling of EOF | Michael Witten | 2008-02-05 | 1 | -16/+28 |
| * | | git-send-email: SIG{TERM,INT} handlers | Michael Witten | 2008-02-05 | 1 | -2/+23 |
| * | | git-send-email: ssh/login style password requests | Michael Witten | 2008-02-05 | 1 | -4/+21 |
| |/ |
|
* | | git-send-email: Generalize auto-cc recipient mechanism. | David Brown | 2008-02-05 | 1 | -7/+49 |
|/ |
|
* | send-email, fix breakage in combination with --compose | Gustaf Hendeby | 2008-01-21 | 1 | -1/+1 |
* | send-email: add no-validate option | Jeff King | 2008-01-18 | 1 | -3/+9 |
* | send-email: validate patches before sending anything | Jeff King | 2008-01-18 | 1 | -0/+17 |
* | send-email: detect invocation errors earlier | Jeff King | 2008-01-18 | 1 | -28/+27 |
* | Make git send-email accept $EDITOR with arguments | Gustaf Hendeby | 2007-12-22 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2007-12-17 | 1 | -1/+5 |
|\ |
|
| * | git-send-email: avoid duplicate message-ids | Jeff King | 2007-12-17 | 1 | -1/+5 |
* | | send-email: do not muck with initial-reply-to when unset. | Junio C Hamano | 2007-12-11 | 1 | -3/+4 |
* | | git-send-email.perl: Really add angle brackets to In-Reply-To if necessary | Mike Hommey | 2007-12-09 | 1 | -2/+3 |
* | | Authenticate only once in git-send-email | Wincent Colaiuta | 2007-11-22 | 1 | -1/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-11-20 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | send-email: add transfer encoding header with content-type | Jeff King | 2007-11-20 | 1 | -1/+2 |
* | | send-email: Don't add To: recipients to the Cc: header | Ask Bjørn Hansen | 2007-11-20 | 1 | -1/+5 |
* | | git-send-email: show all headers when sending mail | David D. Kilzer | 2007-11-19 | 1 | -2/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-11-16 | 1 | -3/+31 |
|\ \
| |/ |
|
| * | git-send-email: add charset header if we add encoded 'From' | Jeff King | 2007-11-16 | 1 | -3/+31 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-11-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | git-send-email: Change the prompt for the subject of the initial message. | Benoit Sigoure | 2007-11-09 | 1 | -1/+1 |
* | | send-email: apply --suppress-from to S-o-b and cc-cmd | Uwe Kleine-König | 2007-11-07 | 1 | -2/+3 |
* | | git-send-email: add a new sendemail.to configuration variable | Miklos Vajna | 2007-10-24 | 1 | -0/+1 |
* | | send-email --smtp-server-port: allow overriding the default port | Junio C Hamano | 2007-09-26 | 1 | -7/+26 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-09-18 | 1 | -4/+11 |
|\ \
| |/ |
|
| * | send-email: make message-id generation a bit more robust | Junio C Hamano | 2007-09-17 | 1 | -4/+11 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-09-12 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | git-send-email.perl: Add angle brackets to In-Reply-To if necessary | David Kastrup | 2007-09-12 | 1 | -1/+2 |