| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | send-email: Add support for SSL and SMTP-AUTH | Douglas Stockwell | 2007-09-03 | 1 | -26/+75 |
|/ |
|
* | Merge branch 'jp/send-email-cc' | Junio C Hamano | 2007-09-01 | 1 | -2/+22 |
|\ |
|
| * | git-send-email --cc-cmd | Joe Perches | 2007-08-17 | 1 | -2/+22 |
* | | Reset terminal attributes when terminating git send-email | Sean Estabrooks | 2007-08-22 | 1 | -0/+3 |
|/ |
|
* | send-email: get all the quoting of realnames right | Uwe Kleine-König | 2007-08-10 | 1 | -26/+24 |
* | send-email: rfc822 forbids using <address@domain> without a non-empty "phrase" | Uwe Kleine-König | 2007-08-10 | 1 | -1/+1 |
* | send-email: teach sanitize_address to do rfc2047 quoting | Uwe Kleine-K,Av(Bnig | 2007-08-06 | 1 | -10/+29 |
* | send-email: Update regex parsing for pine aliases | Kumar Gala | 2007-07-24 | 1 | -1/+1 |
* | Add GIT_EDITOR environment and core.editor configuration variables | Adam Roben | 2007-07-20 | 1 | -4/+3 |
* | send-email: discard blank around address in extract_valid_address as well. | Stephen Rothwell | 2007-07-13 | 1 | -1/+1 |
* | make git-send-email.perl handle email addresses with no names when Email::Val... | Greg KH | 2007-07-12 | 1 | -0/+1 |
* | git-send-email: allow an email alias for --from | Michael Hendricks | 2007-07-06 | 1 | -0/+2 |
* | git-send-email: make options easier to configure. | Adam Roben | 2007-06-27 | 1 | -20/+22 |
* | git-send-email: Add --threaded option | Adam Roben | 2007-06-26 | 1 | -7/+18 |
* | git-send-email: Do not make @-less message ID | Junio C Hamano | 2007-06-24 | 1 | -4/+12 |
* | Unquote From line from patch before comparing with given from address. | Kristian Høgsberg | 2007-06-12 | 1 | -1/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2007-05-17 | 1 | -1/+1 |
|\ |
|
| * | git-send-email: allow leading white space on mutt aliases | Michael Hendricks | 2007-05-16 | 1 | -1/+1 |
* | | Git.pm: config_boolean() -> config_bool() | Petr Baudis | 2007-05-10 | 1 | -2/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-04-25 | 1 | -16/+39 |
|\ \
| |/ |
|
| * | Sanitize @to recipients. | Robin H. Johnson | 2007-04-25 | 1 | -0/+1 |
| * | Allow users to optionally specify their envelope sender. | Robin H. Johnson | 2007-04-25 | 1 | -1/+9 |
| * | Ensure clean addresses are always used with Net::SMTP | Robin H. Johnson | 2007-04-25 | 1 | -4/+5 |
| * | Validate @recipients before using it for sendmail and Net::SMTP. | Robin H. Johnson | 2007-04-25 | 1 | -1/+2 |
| * | Perform correct quoting of recipient names. | Robin H. Johnson | 2007-04-25 | 1 | -5/+14 |