Eric Blake <ebl...@redhat.com> writes: > On 07/13/2017 02:08 AM, Alistair Francis wrote: >> On Wed, Jul 12, 2017 at 6:49 PM, Markus Armbruster <arm...@redhat.com> wrote: >>> Alistair Francis <alistair.fran...@xilinx.com> writes: >>> >>>> QEMU currently has a standard method to report errors with >>>> error_repot(). This ensure a sane and standard format when printing >>>> errors. This series is attempting to extend this functionality for >>>> warnings and information as well. >>>> >>>> This patch renames error_print_loc() function to be more clear, but I >>>> didn't bother renaming the others. It seems silly to change >>>> error_printf() to error_warning_printf() and printf is already taken so >>>> I just left it as is. >>> >>> I can take this through my tree once PATCH 4 got some R-by from PC >>> paintainers. Whom you again neglected to cc; I just did that for you. >>> I'll be happy to touch up minor issues like the ones I pointed out for >>> v4. >> >> Thanks for CCing them. I keep assuming git send-email will CC from the >> suggested-by line, but apparently not. > > It will, if you add 'git config sendemail.cccmd > "/path/to/scripts/get_maintainer.pl --nogit-fallback --noroles"'
Misunderstanding? Your bit of configuration automates cc'ing maintainers. Alistair was wondering about Suggested-by lines.