[PATCH] dim: move Daniel from pull request mail Cc: to To:

Jani Nikula jani.nikula at intel.com
Fri Jan 11 10:50:38 UTC 2019


On Fri, 11 Jan 2019, Daniel Vetter <daniel at ffwll.ch> wrote:
> On Fri, Jan 11, 2019 at 11:26:11AM +0200, Jani Nikula wrote:
>> The pull requests are more than just FYI for Daniel nowadays.
>> 
>> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
>> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
>
> Reviewed-by: Daniel Vetter <daniel.vetter at ffwll.ch>

Thanks, pushed.

> Still wondering whether we could look up the corresponding MAINTAINERS
> entry for the upstream git repo we picked and automate this a bit more ...

We can get all the relevant names and lists (*) with:

$ get_maintainer --no-rolestats --pattern-depth 1 -f drivers/gpu/drm -f drivers/gpu/drm/i915

The question is, do we care about the To/Cc distinction in the pull
request mails? drm vs. drivers is easy, drm vs. drm-misc is not, unless
we fabricate some things in MAINTAINERS that are specific to each.

BR,
Jani.


(*) except dim-tools, but I think we can drop that anyway

> -Daniel
>
>> ---
>>  dim | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/dim b/dim
>> index dafbf946e0b7..76afd2fbec6f 100755
>> --- a/dim
>> +++ b/dim
>> @@ -81,7 +81,6 @@ maintainer_tools_https=https://gitlab.freedesktop.org/drm/maintainer-tools.git
>>  # Recipients for all dim based pull requests.
>>  # Add To: lines to the end, Cc: lines in the beginning with -c.
>>  dim_pull_request_recipients=(
>> -	-c "Daniel Vetter <daniel.vetter at ffwll.ch>"
>>  	-c "Jani Nikula <jani.nikula at linux.intel.com>"
>>  	-c "Joonas Lahtinen <joonas.lahtinen at linux.intel.com>"
>>  	-c "Rodrigo Vivi <rodrigo.vivi at intel.com>"
>> @@ -92,6 +91,7 @@ dim_pull_request_recipients=(
>>  	-c "intel-gfx at lists.freedesktop.org"
>>  	-c "dim-tools at lists.freedesktop.org"
>>  	"Dave Airlie <airlied at gmail.com>"
>> +	"Daniel Vetter <daniel.vetter at ffwll.ch>"
>>  )
>>  
>>  # integration configuration
>> -- 
>> 2.20.1
>> 

-- 
Jani Nikula, Intel Open Source Graphics Center


More information about the dim-tools mailing list