From mboxrd@z Thu Jan 1 00:00:00 1970 From: me@tobin.cc (Tobin Harding) Date: Sun, 22 May 2016 21:29:01 +1000 Subject: git send-email Message-ID: <20160522112901.GA14152@eros.local> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Workflow - $ git format-patch -s -1 add patch comment then $ git send-email Question please - Who should the email be sent to without having a 'To' address repeated in the CC field generated by `git send-email`. To rephrase the question: git send-email CC's everyone who may be interested according to get_maintainers.pl. Will I annoy people if I address them in the To field as well as the CC field. Thank you in advance for your time, Tobin Harding.