summaryrefslogtreecommitdiff
path: root/git-send-email.perl
AgeCommit message (Expand)Author
2007-09-01Merge branch 'jp/send-email-cc'Junio C Hamano
2007-08-22Reset terminal attributes when terminating git send-emailSean Estabrooks
2007-08-18git-send-email --cc-cmdJoe Perches
2007-08-10send-email: get all the quoting of realnames rightUwe Kleine-König
2007-08-10send-email: rfc822 forbids using <address@domain> without a non-empty "phrase"Uwe Kleine-König
2007-08-07send-email: teach sanitize_address to do rfc2047 quotingUwe Kleine-K,Av(Bnig
2007-07-25send-email: Update regex parsing for pine aliasesKumar Gala
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben
2007-07-13send-email: discard blank around address in extract_valid_address as well.Stephen Rothwell
2007-07-13make git-send-email.perl handle email addresses with no names when Email::Val...Greg KH
2007-07-07git-send-email: allow an email alias for --fromMichael Hendricks
2007-06-28git-send-email: make options easier to configure.Adam Roben
2007-06-27git-send-email: Add --threaded optionAdam Roben
2007-06-24git-send-email: Do not make @-less message IDJunio C Hamano
2007-06-12Unquote From line from patch before comparing with given from address.Kristian Høgsberg
2007-05-18Merge branch 'maint'Junio C Hamano
2007-05-17git-send-email: allow leading white space on mutt aliasesMichael Hendricks
2007-05-10Git.pm: config_boolean() -> config_bool()Petr Baudis
2007-04-26Merge branch 'maint'Junio C Hamano
2007-04-26Sanitize @to recipients.Robin H. Johnson
2007-04-26Allow users to optionally specify their envelope sender.Robin H. Johnson
2007-04-26Ensure clean addresses are always used with Net::SMTPRobin H. Johnson
2007-04-26Validate @recipients before using it for sendmail and Net::SMTP.Robin H. Johnson
2007-04-26Perform correct quoting of recipient names.Robin H. Johnson
2007-04-26Change the scope of the $cc variable as it is not needed outside of send_mess...Robin H. Johnson
2007-04-26Debugging cleanup improvementsRobin H. Johnson
2007-04-26Prefix Dry- to the message status to denote dry-runs.Robin H. Johnson
2007-04-26Document --dry-run parameter to send-email.Robin H. Johnson
2007-04-16send-email: do not leave an empty CC: line if no cc is present.Junio C Hamano
2007-04-06Avoid composing too long "References" header.YOSHIFUJI Hideaki / 吉藤英明
2007-03-19Make git-send-email aware of Cc: lines.J. Bruce Fields
2007-03-12git-send-email: configurable bcc and chain-reply-toAvi Kivity
2007-02-28git-send-email: abort/usage on bad optionMichael Coleman
2007-01-30git-send-email: remove debugging output.Junio C Hamano
2007-01-10send-email: work around double encoding of in-body From field.Jürgen Rühle
2006-12-27git-send-email: default value for "From:" field.Quy Tonthat
2006-10-29git-send-email: Read the default SMTP server from the GIT config fileSergey Vlasov
2006-10-23git-send-email: do not pass custom Date: headerEric Wong
2006-10-19Don't use $author_name undefined when $from contains no /\s</.Jim Meyering
2006-10-19Merge branch 'jc/send-email'Junio C Hamano
2006-10-11Add --dry-run option to git-send-emailMatthew Wilcox
2006-10-08Make git-send-email detect mbox-style patches more readilyJunio C Hamano
2006-10-06git-send-email: real name with period need to be dq-quoted on From: lineJunio C Hamano
2006-10-06git-send-email: do not drop custom headers the user preparedJunio C Hamano
2006-10-05git-send-email: avoid uninitialized variable warning.Junio C Hamano
2006-10-01Merge branch 'jc/gitpm'Junio C Hamano
2006-08-23git-send-email: Don't set author_not_sender from Cc: linesHaavard Skinnemoen
2006-08-08Merge branch 'master' into pb/gitpmJunio C Hamano
2006-07-11git-send-email: Remove redundant Reply-To headerAlp Toker
2006-07-10Fix more typos, primarily in the codePavel Roskin