From: Erik Skultety Date: Tue, 19 Sep 2023 09:26:01 +0000 (+0200) Subject: gitpublish: Add suppresscc option X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a319ef0115e4903408f8ec7e844b336b46febfd5;p=libvirt.git gitpublish: Add suppresscc option send-email scans the commit messages to figure out the default set of addresses to put into CC, Acked-by/Reviewed-by, etc-by being among them. We're quite strict about CC-ing people on libvirt-list, since most developers are subscribed to the list anyway. Respect the rule by avoiding CCing people solely based on the fact that they've done review of any of previous revisions. Signed-off-by: Erik Skultety Reviewed-by: Michal Privoznik --- diff --git a/.gitpublish b/.gitpublish index d37bf4174a..457c8c676b 100644 --- a/.gitpublish +++ b/.gitpublish @@ -2,3 +2,4 @@ base = master to = libvir-list@redhat.com prefix = libvirt PATCH +suppresscc = misc-by