summaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAgeFilesLines
* git-send-email: honor $PATH for sendmail binaryfk/sendmail-from-pathFlorian Klink2017-11-281-1/+3
* send-email: don't use Mail::Address, even if availablemm/send-email-cc-cruftMatthieu Moy2017-08-241-6/+1
* send-email: fix garbage removal after addressMatthieu Moy2017-08-241-2/+24
* Merge branch 'xz/send-email-batch-size'Junio C Hamano2017-07-061-0/+18
|\
| * send-email: --batch-size to work around some SMTP server limitxiaoqiang zhao2017-07-051-0/+18
* | Merge branch 'jt/send-email-validate-hook'Junio C Hamano2017-06-021-15/+17
|\ \
| * | send-email: check for repo before invoking hookjt/send-email-validate-hookJonathan Tan2017-06-021-15/+17
* | | Merge branch 'dk/send-email-avoid-net-smtp-ssl-when-able'Junio C Hamano2017-06-021-1/+1
|\ \ \
| * | | send-email: Net::SMTP::starttls was introduced in v2.34dk/send-email-avoid-net-smtp-ssl-when-ableJonathan Nieder2017-06-011-1/+1
* | | | Merge branch 'dk/send-email-avoid-net-smtp-ssl-when-able'Junio C Hamano2017-05-301-19/+35
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | send-email: Net::SMTP::SSL is obsolete, use only when necessaryDennis Kaarsemaker2017-05-201-19/+35
| * | Merge branch 'jh/send-email-one-cc' into maintJunio C Hamano2017-03-211-1/+1
| |\ \
* | | | send-email: support validate hookJonathan Tan2017-05-161-1/+19
| |_|/ |/| |
* | | Merge branch 'jh/send-email-one-cc'Junio C Hamano2017-03-101-1/+1
|\ \ \ | |/ / |/| / | |/
| * send-email: only allow one address per body tagjh/send-email-one-ccJohan Hovold2017-02-271-1/+1
* | i18n: send-email: mark composing message for translationVasco Almeida2016-12-141-7/+9
* | i18n: send-email: mark string with interpolation for translationVasco Almeida2016-12-141-40/+47
* | i18n: send-email: mark warnings and errors for translationVasco Almeida2016-12-141-17/+17
* | i18n: send-email: mark strings for translationVasco Almeida2016-12-141-22/+32
|/
* Merge branch 'jc/send-email-skip-backup'Junio C Hamano2016-07-111-0/+40
|\
| * send-email: detect and offer to skip backup filesjc/send-email-skip-backupJunio C Hamano2016-04-121-0/+40
* | Merge branch 'jd/send-email-to-whom'Junio C Hamano2016-05-031-2/+3
|\ \
| * | send-email: fix grammo in the prompt that asks e-mail recipientsjd/send-email-to-whomJunio C Hamano2016-04-251-2/+3
* | | Merge branch 'ew/send-email-drop-data-dumper'Junio C Hamano2016-04-221-1/+0
|\ \ \
| * | | send-email: do not load Data::Dumperew/send-email-drop-data-dumperEric Wong2016-04-061-1/+0
| |/ /
* | | Merge branch 'ew/send-email-readable-message-id'Junio C Hamano2016-04-221-2/+3
|\ \ \
| * | | send-email: more meaningful Message-IDew/send-email-readable-message-idEric Wong2016-04-061-2/+3
| |/ /
* | | send-email: ignore trailing whitespace in mailrc alias filejk/send-email-rtrim-mailrc-aliasJeff King2016-03-181-1/+1
| |/ |/|
* | Merge branch 'ew/send-email-mutt-alias-fix' into maintJunio C Hamano2016-02-051-2/+7
|\ \
| * | git-send-email: do not double-escape quotes from muttew/send-email-mutt-alias-fixEric Wong2016-01-041-2/+7
| |/
* | Merge branch 'jk/send-email-ssl-errors'Junio C Hamano2015-12-211-0/+7
|\ \
| * | send-email: enable SSL level 1 debug outputjk/send-email-ssl-errorsJohn Keeping2015-12-111-0/+7
| * | Merge branch 'sa/send-email-smtp-batch-data-limit' into maintJunio C Hamano2015-11-051-1/+5
| |\ \
* | \ \ Merge branch 'jk/send-email-complete-aliases'Junio C Hamano2015-12-041-0/+15
|\ \ \ \
| * | | | sendemail: teach git-send-email to dump alias namesJacob Keller2015-11-201-0/+15
* | | | | Merge branch 'jk/send-email-ca-path'Jeff King2015-12-011-2/+1
|\ \ \ \ \
| * | | | | send-email: die if CA path doesn't existJohn Keeping2015-11-241-2/+1
| |/ / / /
* | | | | send-email: expand path in sendemail.smtpsslcertpath configJohn Keeping2015-11-201-1/+1
|/ / / /
* | | | Merge branch 'sa/send-email-smtp-batch-data-limit'Junio C Hamano2015-10-151-1/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | git-send-email.perl: Fixed sending of many/huge changes/patchessa/send-email-smtp-batch-data-limitStefan Agner2015-09-301-1/+5
* | | Merge branch 'bn/send-email-smtp-auth-error-message-fix'Junio C Hamano2015-09-211-1/+1
|\ \ \
| * | | send-email: fix uninitialized var warning for $smtp_authbn/send-email-smtp-auth-error-message-fixBrian Norris2015-09-211-1/+1
* | | | Merge branch 'jv/send-email-selective-smtp-auth'Junio C Hamano2015-08-261-1/+25
|\ \ \ \ | |/ / /
| * | | send-email: provide whitelist of SMTP AUTH mechanismsjv/send-email-selective-smtp-authJan Viktorin2015-08-171-1/+25
* | | | Merge branch 'rl/send-email-aliases'Junio C Hamano2015-08-031-28/+22
|\ \ \ \ | |/ / / |/| | |
| * | | send-email: suppress meaningless whitespaces in from fieldrl/send-email-aliasesRemi Lespinet2015-07-071-0/+1
| * | | send-email: allow multiple emails using --cc, --to and --bccRemi Lespinet2015-07-071-15/+2
| * | | send-email: consider quote as delimiter instead of characterRemi Lespinet2015-07-071-2/+4
| * | | send-email: reduce dependencies impact on parse_address_lineRemi Lespinet2015-07-071-1/+1
| * | | send-email: minor code refactoringRemi Lespinet2015-06-301-3/+3