Re: [Xen-devel] [PATCH v1 1/2] Add new add_maintainers.pl script to optimise the workflow when using git format-patch with get_maintainer.pl

2018-04-27 Thread Lars Kurth
Added Anthony as he highlighted the issue which led to the creation of the tool Otherwise I played a little bit more on various series I worked on in the past and there are minor niggles in its usage On 27/04/2018, 10:31, "Lars Kurth" wrote: +OPTIONS:

[Xen-devel] [PATCH v1 1/2] Add new add_maintainers.pl script to optimise the workflow when using git format-patch with get_maintainer.pl

2018-04-27 Thread Lars Kurth
The tool covers step 2 of the following workflow Without --overwrite Step 1: git format-patch ... -o ... Step 2: ./scripts/add_maintainers.pl -d This creates *.patchm files in Step 3: git send-email -to xen-devel@lists.xenproject.org /*.patchm With --overwrite Step 1: