summaryrefslogtreecommitdiff
path: root/git-send-email.perl
Commit message (Expand)AuthorAgeFilesLines
* send-email: lazy-load Email::Valid and make it optionalEric Wong2006-03-251-3/+13
* send-email: try to order messages in email clients more correctlyEric Wong2006-03-251-2/+3
* send-email: Change from Mail::Sendmail to Net::SMTPEric Wong2006-03-251-24/+40
* send-email: use built-in time() instead of /bin/date '+%s'Eric Wong2006-03-251-2/+1
* send-email: Identify author at the top when sending e-mailJunio C Hamano2006-03-231-1/+10
* send-email: accept --no-signed-off-by-cc as the documentation statesEric Wong2006-03-031-1/+1
* send-email: avoid open "-|" list form for Perl 5.6Junio C Hamano2006-02-201-16/+21
* send-email: Add --ccRyan Anderson2006-02-131-2/+6
* send-email: Add some options for controlling how addresses are automatically ...Ryan Anderson2006-02-131-3/+12
* git-send-email: Fully implement --quiet and document it.Ryan Anderson2006-02-051-6/+13
* git-send-email: Add --quiet to reduce some of the chatter when sending emails.Ryan Anderson2006-02-021-3/+6
* Provide a more meaningful initial "From " line when using --compose in git-se...Ryan Anderson2006-02-021-1/+1
* Big tool rename.Junio C Hamano2005-09-071-0/+368