git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git send-email could check for no To: line
@ 2017-12-06  1:06 Matthew Wilcox
  0 siblings, 0 replies; only message in thread
From: Matthew Wilcox @ 2017-12-06  1:06 UTC (permalink / raw)
  To: git


I keep coming up with new and innovative ways to send stupid-looking
emails with git send-email.  Please save me from myself.

My latest SNAFU is to spend so much time setting up the 'cc' list in
the git-format-patch step that I completely forgot to put anybody on the
'to' line, and even being prompted by git send-email that I might want
to add somebody to the 'To' line wasn't enough.

Could there be an extra confirmation, perhaps in send_message() that

        if ($cc ne '' && $to eq '')
		are_you_sure()

(you don't want me writing perl.  you really don't.)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-06  1:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-06  1:06 git send-email could check for no To: line Matthew Wilcox

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).