Age | Commit message (Expand) | Author | Files | Lines |
2016-07-11 | Merge branch 'jc/send-email-skip-backup' | Junio C Hamano | 1 | -0/+40 |
2016-05-03 | Merge branch 'jd/send-email-to-whom' | Junio C Hamano | 1 | -2/+3 |
2016-04-25 | send-email: fix grammo in the prompt that asks e-mail recipients | Junio C Hamano | 1 | -2/+3 |
2016-04-22 | Merge branch 'ew/send-email-drop-data-dumper' | Junio C Hamano | 1 | -1/+0 |
2016-04-22 | Merge branch 'ew/send-email-readable-message-id' | Junio C Hamano | 1 | -2/+3 |
2016-04-12 | send-email: detect and offer to skip backup files | Junio C Hamano | 1 | -0/+40 |
2016-04-06 | send-email: do not load Data::Dumper | Eric Wong | 1 | -1/+0 |
2016-04-06 | send-email: more meaningful Message-ID | Eric Wong | 1 | -2/+3 |
2016-03-18 | send-email: ignore trailing whitespace in mailrc alias file | Jeff King | 1 | -1/+1 |
2016-02-05 | Merge branch 'ew/send-email-mutt-alias-fix' into maint | Junio C Hamano | 1 | -2/+7 |
2016-01-04 | git-send-email: do not double-escape quotes from mutt | Eric Wong | 1 | -2/+7 |
2015-12-21 | Merge branch 'jk/send-email-ssl-errors' | Junio C Hamano | 1 | -0/+7 |
2015-12-11 | send-email: enable SSL level 1 debug output | John Keeping | 1 | -0/+7 |
2015-12-04 | Merge branch 'jk/send-email-complete-aliases' | Junio C Hamano | 1 | -0/+15 |
2015-12-01 | Merge branch 'jk/send-email-ca-path' | Jeff King | 1 | -2/+1 |
2015-11-24 | send-email: die if CA path doesn't exist | John Keeping | 1 | -2/+1 |
2015-11-20 | send-email: expand path in sendemail.smtpsslcertpath config | John Keeping | 1 | -1/+1 |
2015-11-20 | sendemail: teach git-send-email to dump alias names | Jacob Keller | 1 | -0/+15 |
2015-11-05 | Merge branch 'sa/send-email-smtp-batch-data-limit' into maint | Junio C Hamano | 1 | -1/+5 |
2015-10-15 | Merge branch 'sa/send-email-smtp-batch-data-limit' | Junio C Hamano | 1 | -1/+5 |
2015-09-30 | git-send-email.perl: Fixed sending of many/huge changes/patches | Stefan Agner | 1 | -1/+5 |
2015-09-21 | Merge branch 'bn/send-email-smtp-auth-error-message-fix' | Junio C Hamano | 1 | -1/+1 |
2015-09-21 | send-email: fix uninitialized var warning for $smtp_auth | Brian Norris | 1 | -1/+1 |
2015-08-26 | Merge branch 'jv/send-email-selective-smtp-auth' | Junio C Hamano | 1 | -1/+25 |
2015-08-17 | send-email: provide whitelist of SMTP AUTH mechanisms | Jan Viktorin | 1 | -1/+25 |
2015-08-03 | Merge branch 'rl/send-email-aliases' | Junio C Hamano | 1 | -28/+22 |
2015-07-07 | send-email: suppress meaningless whitespaces in from field | Remi Lespinet | 1 | -0/+1 |
2015-07-07 | send-email: allow multiple emails using --cc, --to and --bcc | Remi Lespinet | 1 | -15/+2 |
2015-07-07 | send-email: consider quote as delimiter instead of character | Remi Lespinet | 1 | -2/+4 |
2015-07-07 | send-email: reduce dependencies impact on parse_address_line | Remi Lespinet | 1 | -1/+1 |
2015-06-30 | send-email: minor code refactoring | Remi Lespinet | 1 | -3/+3 |
2015-06-30 | send-email: allow use of aliases in the From field of --compose mode | Remi Lespinet | 1 | -2/+2 |
2015-06-30 | send-email: refactor address list process | Remi Lespinet | 1 | -10/+12 |
2015-06-30 | send-email: allow aliases in patch header and command script outputs | Remi Lespinet | 1 | -0/+2 |
2015-06-01 | send-email: further warn about unsupported sendmail aliases features | Eric Sunshine | 1 | -0/+4 |
2015-06-01 | send-email: implement sendmail aliases line continuation support | Eric Sunshine | 1 | -3/+7 |
2015-06-01 | send-email: simplify sendmail aliases comment and blank line recognizer | Eric Sunshine | 1 | -1/+1 |
2015-06-01 | send-email: refactor sendmail aliases parser | Eric Sunshine | 1 | -14/+24 |
2015-06-01 | send-email: fix style: cuddle 'elsif' and 'else' with closing brace | Eric Sunshine | 1 | -12/+5 |
2015-06-01 | send-email: drop noise comments which merely repeat what code says | Eric Sunshine | 1 | -5/+0 |
2015-06-01 | send-email: visually distinguish sendmail aliases parser warnings | Eric Sunshine | 1 | -3/+3 |
2015-05-27 | send-email: add sendmail email aliases format | Allen Hubbe | 1 | -0/+25 |
2015-03-03 | Merge branch 'km/send-email-getopt-long-workarounds' | Junio C Hamano | 1 | -0/+10 |
2015-02-25 | Merge branch 'jc/send-email-sensible-encoding' | Junio C Hamano | 1 | -0/+1 |
2015-02-16 | git-send-email.perl: support no- prefix with older GetOptions | Kyle J. McKay | 1 | -0/+10 |
2015-02-13 | send-email: ask confirmation if given encoding name is very short | Junio C Hamano | 1 | -0/+1 |
2015-01-07 | Merge branch 'lh/send-email-hide-x-mailer' | Junio C Hamano | 1 | -3/+8 |
2015-01-07 | Merge branch 'rd/send-email-2047-fix' | Junio C Hamano | 1 | -11/+25 |
2014-12-15 | send-email: add --[no-]xmailer option | Luis Henriques | 1 | -3/+8 |
2014-12-15 | send-email: handle adjacent RFC 2047-encoded words properly | Роман Донченко | 1 | -10/+16 |