summaryrefslogtreecommitdiff
path: root/git-send-email.perl
AgeCommit message (Expand)Author
2006-05-02git-send-email: fix version string to be valid perlMartin Langhoff
2006-03-26send-email: lazy-load Email::Valid and make it optionalEric Wong
2006-03-26send-email: try to order messages in email clients more correctlyEric Wong
2006-03-26send-email: Change from Mail::Sendmail to Net::SMTPEric Wong
2006-03-26send-email: use built-in time() instead of /bin/date '+%s'Eric Wong
2006-03-24send-email: Identify author at the top when sending e-mailJunio C Hamano
2006-03-03send-email: accept --no-signed-off-by-cc as the documentation statesEric Wong
2006-02-20send-email: avoid open "-|" list form for Perl 5.6Junio C Hamano
2006-02-13send-email: Add --ccRyan Anderson
2006-02-13send-email: Add some options for controlling how addresses are automatically ...Ryan Anderson
2006-02-06git-send-email: Fully implement --quiet and document it.Ryan Anderson
2006-02-03git-send-email: Add --quiet to reduce some of the chatter when sending emails.Ryan Anderson
2006-02-03Provide a more meaningful initial "From " line when using --compose in git-se...Ryan Anderson
2005-09-08Big tool rename.Junio C Hamano