summaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAgeFilesLines
* send-email: fix In-Reply-To regressionJay Soffian2008-02-271-3/+6
* send-email: squelch warning due to comparing undefined $_ to ""Jay Soffian2008-02-201-1/+1
* send-email, fix breakage in combination with --composeGustaf Hendeby2008-01-211-1/+1
* send-email: add no-validate optionJeff King2008-01-181-3/+9
* send-email: validate patches before sending anythingJeff King2008-01-181-0/+17
* send-email: detect invocation errors earlierJeff King2008-01-181-28/+27
* Make git send-email accept $EDITOR with argumentsGustaf Hendeby2007-12-221-1/+1
* Merge branch 'maint'Junio C Hamano2007-12-171-1/+5
|\
| * git-send-email: avoid duplicate message-idsJeff King2007-12-171-1/+5
* | send-email: do not muck with initial-reply-to when unset.Junio C Hamano2007-12-111-3/+4
* | git-send-email.perl: Really add angle brackets to In-Reply-To if necessaryMike Hommey2007-12-091-2/+3
* | Authenticate only once in git-send-emailWincent Colaiuta2007-11-221-1/+2
* | Merge branch 'maint'Junio C Hamano2007-11-201-1/+2
|\ \ | |/
| * send-email: add transfer encoding header with content-typeJeff King2007-11-201-1/+2
* | send-email: Don't add To: recipients to the Cc: headerAsk Bjørn Hansen2007-11-201-1/+5
* | git-send-email: show all headers when sending mailDavid D. Kilzer2007-11-191-2/+2
* | Merge branch 'maint'Junio C Hamano2007-11-161-3/+31
|\ \ | |/
| * git-send-email: add charset header if we add encoded 'From'Jeff King2007-11-161-3/+31
* | Merge branch 'maint'Junio C Hamano2007-11-091-1/+1
|\ \ | |/
| * git-send-email: Change the prompt for the subject of the initial message.Benoit Sigoure2007-11-091-1/+1
* | send-email: apply --suppress-from to S-o-b and cc-cmdUwe Kleine-König2007-11-071-2/+3
* | git-send-email: add a new sendemail.to configuration variableMiklos Vajna2007-10-241-0/+1
* | send-email --smtp-server-port: allow overriding the default portJunio C Hamano2007-09-261-7/+26
* | Merge branch 'maint'Junio C Hamano2007-09-181-4/+11
|\ \ | |/
| * send-email: make message-id generation a bit more robustJunio C Hamano2007-09-171-4/+11
* | Merge branch 'maint'Junio C Hamano2007-09-121-1/+2
|\ \ | |/
| * git-send-email.perl: Add angle brackets to In-Reply-To if necessaryDavid Kastrup2007-09-121-1/+2
* | send-email: Add support for SSL and SMTP-AUTHDouglas Stockwell2007-09-031-26/+75
|/
* Merge branch 'jp/send-email-cc'Junio C Hamano2007-09-011-2/+22
|\
| * git-send-email --cc-cmdJoe Perches2007-08-171-2/+22
* | Reset terminal attributes when terminating git send-emailSean Estabrooks2007-08-221-0/+3
|/
* send-email: get all the quoting of realnames rightUwe Kleine-König2007-08-101-26/+24
* send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"Uwe Kleine-König2007-08-101-1/+1
* send-email: teach sanitize_address to do rfc2047 quotingUwe Kleine-K,Av(Bnig2007-08-061-10/+29
* send-email: Update regex parsing for pine aliasesKumar Gala2007-07-241-1/+1
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-201-4/+3
* send-email: discard blank around address in extract_valid_address as well.Stephen Rothwell2007-07-131-1/+1
* make git-send-email.perl handle email addresses with no names when Email::Val...Greg KH2007-07-121-0/+1
* git-send-email: allow an email alias for --fromMichael Hendricks2007-07-061-0/+2
* git-send-email: make options easier to configure.Adam Roben2007-06-271-20/+22
* git-send-email: Add --threaded optionAdam Roben2007-06-261-7/+18
* git-send-email: Do not make @-less message IDJunio C Hamano2007-06-241-4/+12
* Unquote From line from patch before comparing with given from address.Kristian Høgsberg2007-06-121-1/+2
* Merge branch 'maint'Junio C Hamano2007-05-171-1/+1
|\
| * git-send-email: allow leading white space on mutt aliasesMichael Hendricks2007-05-161-1/+1
* | Git.pm: config_boolean() -> config_bool()Petr Baudis2007-05-101-2/+2
* | Merge branch 'maint'Junio C Hamano2007-04-251-16/+39
|\ \ | |/
| * Sanitize @to recipients.Robin H. Johnson2007-04-251-0/+1
| * Allow users to optionally specify their envelope sender.Robin H. Johnson2007-04-251-1/+9
| * Ensure clean addresses are always used with Net::SMTPRobin H. Johnson2007-04-251-4/+5