Merge branch 'rv/send-email-cc-misc-by'
commit8a0d060fb1edfb7bd736d6c3696418382ce16dbc
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:40 +0000 (30 15:43 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:40 +0000 (30 15:43 +0900)
tree1890e060cf15488a5b82e07e19ed98d37357e4f1
parentd450e56423cfb5fbbdc7679e80605afd5b33b18b
parentef0cc1df90f6b6c2987ab2db8e0ccf2cfc421edf
Merge branch 'rv/send-email-cc-misc-by'

"git send-email" learned to grab address-looking string on any
trailer whose name ends with "-by"; --suppress-cc=misc-by on the
command line, or setting sendemail.suppresscc configuration
variable to "misc-by", can be used to disable this behaviour.

This is a backward-incompatible change that may surprise existing
users.

* rv/send-email-cc-misc-by:
  send-email: also pick up cc addresses from -by trailers
  send-email: only consider lines containing @ or <> for automatic Cc'ing
  Documentation/git-send-email.txt: style fixes