summaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | send-email: don't create temporary compose file until it is neededJay Soffian2009-02-231-9/+11
* | send-email: --suppress-cc improvementsJay Soffian2009-02-141-9/+19
* | send-email: handle multiple Cc addresses when reading mbox messageJay Soffian2009-02-141-67/+86
* | send-email: allow send-email to run outside a repoJay Soffian2009-02-141-2/+11
* | send-email: futureproof split_addrs() subJunio C Hamano2008-12-211-1/+1
* | Merge branch 'maint' to sync with GIT 1.6.0.6Junio C Hamano2008-12-191-3/+8
|\ \ | |/
| * git-send-email: handle email address with quoted commaWu Fengguang2008-12-191-3/+8
* | send-email: do not reverse the command line argumentsJunio C Hamano2008-11-301-1/+1
* | Merge branch 'ph/send-email'Junio C Hamano2008-11-271-74/+172
|\ \
| * | git send-email: ask less questions when --compose is used.Pierre Habouzit2008-11-111-73/+114
| * | git send-email: add --annotate optionPierre Habouzit2008-11-111-2/+24
| * | git send-email: interpret unknown files as revision listsPierre Habouzit2008-11-111-5/+42
| * | git send-email: make the message file name more specific.Pierre Habouzit2008-11-111-3/+1
* | | send-email: Fix Pine address book parsingTrent Piepho2008-11-261-3/+6
|/ /
* | Merge branch 'maint'Junio C Hamano2008-11-021-2/+1
|\ \ | |/
| * git send-email: avoid leaking directory file descriptors.Pierre Habouzit2008-11-011-2/+1
* | send-email: signedoffcc -> signedoffbycc, but handle bothMichael Witten2008-10-011-4/+5
* | Docs: send-email: Create logical groupings for --help textMichael Witten2008-10-011-27/+34
* | send-email: change --no-validate to boolean --[no-]validateMichael Witten2008-10-011-4/+5
* | Docs: send-email usage text much sexierMichael Witten2008-10-011-68/+26
* | Docs: send-email's usage text and man page mention same optionsMichael Witten2008-10-011-4/+4
|/
* Merge branch 'maint'Junio C Hamano2008-07-251-1/+1
|\
| * send-email: find body-encoding correctlyPeter Valdemar Mørch2008-07-251-1/+1