added sendto script#1
Conversation
Signed-off-by: Justin Stitt <justinstitt@google.com>
|
I’d use imperative mood in the commit message summary: Add sendto scripts. But, you can integrate Linux’ Then |
|
@JustinStitt thanks for the patch, can you test out @paulmenzel 's suggestion and provide comparisons of the two approaches? |
|
@nickdesaulniers I tried both approaches. tl;dr: Paul's approach uses Paul's approach: My Approach: Output from |
|
Why not improve |
Making a slight modification to explicitly exclude reviewers produces a less bloated tocmd ="`pwd`/scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --m --nol --nor --nos"
cccmd ="`pwd`/scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nom --l" |
Use Case:
get_maintainer->git send-emailworkflow by auto-running./scripts/get_maintainer.pland formatting the output to stdout. This output has, hopefully, intelligently chosen the appropriate--toand--ccflag for each recipient based on their maintainer status (also includes mailing lists).Installation:
Usage:
Example Output:
Signed-off-by: Justin Stitt justinstitt@google.com