summaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tr/send-email-8bit'Junio C Hamano2010-06-271-0/+60
|\
| * send-email: ask about and declare 8bit mailsThomas Rast2010-06-181-0/+60
* | Merge branch 'bg/send-email-smtpdomain'Junio C Hamano2010-05-081-26/+22
|\ \ | |/ |/|
| * send-email: Cleanup smtp-domain and add configBrian Gernhardt2010-04-101-10/+9
| * send-email: Don't use FQDNs without a '.'Brian Gernhardt2010-04-101-4/+7
| * send-email: Cleanup { styleBrian Gernhardt2010-04-101-12/+6
* | Merge branch 'mg/maint-send-email-lazy-editor'Junio C Hamano2010-04-031-1/+4
|\ \
| * | send-email: lazily assign editor variableMichael J Gruber2010-03-251-1/+4
* | | Merge branch 'ja/send-email-ehlo'Junio C Hamano2010-04-031-3/+77
|\ \ \ | | |/ | |/|
| * | git-send-email.perl - try to give real name of the calling host to HELO/EHLOJari Aalto2010-03-141-1/+67
| * | git-send-email.perl: add option --smtp-debugJari Aalto2010-03-141-2/+7
| * | git-send-email.perl: improve error message in send_message()Jari Aalto2010-03-141-1/+4
* | | send-email: add --no-cc, --no-to, and --no-bccStephen Boyd2010-03-081-4/+10
|/ /
* | Merge branch 'jc/1.7.0-send-email-no-thread-default'Junio C Hamano2009-12-261-3/+3
|\ \
| * | send-email: make --no-chain-reply-to the defaultJunio C Hamano2009-08-221-2/+2
* | | Merge branch 'fc/send-email-envelope'Junio C Hamano2009-11-301-1/+3
|\ \ \
| * | | send-email: automatic envelope senderFelipe Contreras2009-11-271-1/+3
* | | | prepare send-email for smoother change of --chain-reply-to defaultNanako Shiraishi2009-11-291-2/+17
| |_|/ |/| |
* | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-131-1/+2
* | | Merge branch 'jp/maint-send-email-fold'Junio C Hamano2009-10-181-2/+4
|\ \ \ | |/ / |/| |
| * | git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT...Joe Perches2009-10-091-2/+4
| |/
* | send-email: fix mutt regex for grouped aliasesFelipe Contreras2009-10-011-1/+1
* | send-email: fix obscure error when encryption=tls and smtp cannot connectYakov Lerner2009-09-251-1/+1
|/
* Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-051-1/+0
|\
| * send-email: remove debug traceErik Faye-Lund2009-08-041-1/+0
* | Merge branch 'jk/maint-send-email-alias-loop'Junio C Hamano2009-07-251-7/+11
|\ \
| * | send-email: detect cycles in alias expansionJeff King2009-07-241-7/+11
| |/
* | Test cccmd in t9001-send-email.sh and fix some bugsPaolo Bonzini2009-06-181-2/+2
* | Merge branch 'mh/maint-fix-send-email-threaded' into mh/fix-send-email-threadedJunio C Hamano2009-06-121-1/+1
|\ \
| * | send-email: fix non-threaded mailsMarkus Heidelberg2009-06-121-1/+2
| |/
* | send-email: fix a typo in a commentMarkus Heidelberg2009-06-121-1/+1
* | send-email: fix threaded mails without chain-reply-toMarkus Heidelberg2009-06-121-1/+2
* | send-email: use UTF-8 rather than utf-8 for consistencyBrandon Casey2009-06-091-2/+2
* | git-send-email.perl: improve detection of MIME encoded-wordsBrandon Casey2009-06-091-1/+9
* | Merge branch 'mw/send-email'Junio C Hamano2009-05-311-8/+12
|\ \
| * | send-email: Remove superfluous `my $editor = ...'Michael Witten2009-04-141-2/+0
| * | send-email: 'References:' should only reference what is sentMichael Witten2009-04-141-4/+10
| * | send-email: Handle "GIT:" rather than "GIT: " during --composeMichael Witten2009-04-141-2/+2
* | | Merge branch 'tp/send-email-from-config'Junio C Hamano2009-05-231-0/+1
|\ \ \
| * | | send-email: Add config option for sender addressTrent Piepho2009-05-131-0/+1
| | |/ | |/|
* | | git-send-email: Handle quotes when parsing .mailrc filesEric W. Biederman2009-05-211-1/+1
|/ /
* | Add parsing of elm aliases to git-send-emailBill Pemberton2009-04-221-0/+8
|/
* send-email: fix nasty bug in ask() functionJay Soffian2009-04-041-2/+2
* send-email: ensure quoted addresses are rfc2047 encodedJay Soffian2009-04-021-1/+2
* send-email: ask_default should apply to all emails, not just the firstJay Soffian2009-04-011-2/+1
* send-email: don't attempt to prompt if tty is closedJay Soffian2009-04-011-0/+3
* send-email: refactor and ensure prompting doesn't loop foreverJay Soffian2009-03-291-32/+34
* Merge branch 'tr/maint-1.6.0-send-email-irt'Junio C Hamano2009-03-171-1/+1
|\
| * send-email: respect in-reply-to regardless of threadingThomas Rast2009-03-021-1/+1
* | send-email: add --confirm option and configuration settingJay Soffian2009-03-021-23/+61