git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-send-email fixes, cleanups and improvements
@ 2007-04-26  2:37 Robin H. Johnson
  2007-04-26  2:37 ` [PATCH 1/9] Document --dry-run parameter to send-email Robin H. Johnson
  0 siblings, 1 reply; 13+ messages in thread
From: Robin H. Johnson @ 2007-04-26  2:37 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

The following series of patches perform a number of fixes, cleanups and
improvements to git-send-email.

These were spurred by the dual factors of git-send-email losing some of my
email due to the envelope sender, as well as the malformatting of the headers
(due to the period after my middle initial) that caused strange breakages with
some sendmail binaries.

01/09  Document --dry-run parameter to send-email.
02/09  Prefix Dry- to the message status to denote dry-runs.
03/09  Debugging cleanup improvements
04/09  Change the scope of the $cc variable as it is not needed outside of send_message.
05/09  Perform correct quoting of recipient names.
06/09  Validate @recipients before using it for sendmail and Net::SMTP.
07/09  Ensure clean addresses are always used with Net::SMTP
08/09  Allow users to optionally specify their envelope sender.
09/09  Document --dry-run and envelope-sender for git-send-email.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2007-04-26  6:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-26  2:37 git-send-email fixes, cleanups and improvements Robin H. Johnson
2007-04-26  2:37 ` [PATCH 1/9] Document --dry-run parameter to send-email Robin H. Johnson
2007-04-26  2:37   ` [PATCH 2/9] Prefix Dry- to the message status to denote dry-runs Robin H. Johnson
2007-04-26  2:37     ` [PATCH 3/9] Debugging cleanup improvements Robin H. Johnson
2007-04-26  2:37       ` [PATCH 4/9] Change the scope of the $cc variable as it is not needed outside of send_message Robin H. Johnson
2007-04-26  2:37         ` [PATCH 5/9] Perform correct quoting of recipient names Robin H. Johnson
2007-04-26  2:37           ` [PATCH 6/9] Validate @recipients before using it for sendmail and Net::SMTP Robin H. Johnson
2007-04-26  2:37             ` [PATCH 7/9] Ensure clean addresses are always used with Net::SMTP Robin H. Johnson
2007-04-26  2:37               ` [PATCH 8/9] Allow users to optionally specify their envelope sender Robin H. Johnson
2007-04-26  2:37                 ` [PATCH 9/9] Document --dry-run and envelope-sender for git-send-email Robin H. Johnson
2007-04-26  4:15           ` [PATCH 5/9] Perform correct quoting of recipient names Junio C Hamano
2007-04-26  4:41             ` Robin H. Johnson
2007-04-26  4:53               ` [PATCH 10/9] Sanitize @to recipients Robin H. Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).