Message ID | 20221216225505.26052-1-philmd@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | scripts/git.orderfile: Display MAINTAINERS changes first | expand |
On 12/16/22 14:55, Philippe Mathieu-Daudé wrote: > If we get custom to see MAINTAINERS changes first, > we might catch missing MAINTAINERS updates easier. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> > --- > scripts/git.orderfile | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
On 16/12/22 23:55, Philippe Mathieu-Daudé wrote: > If we get custom to see MAINTAINERS changes first, > we might catch missing MAINTAINERS updates easier. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> > --- > scripts/git.orderfile | 2 ++ > 1 file changed, 2 insertions(+) I'm queuing this patch via mips-next tree for my own convenience.
diff --git a/scripts/git.orderfile b/scripts/git.orderfile index b32203b710..8edac0380b 100644 --- a/scripts/git.orderfile +++ b/scripts/git.orderfile @@ -9,6 +9,8 @@ # git config diff.orderFile scripts/git.orderfile # +MAINTAINERS + # Documentation docs/* *.rst
If we get custom to see MAINTAINERS changes first, we might catch missing MAINTAINERS updates easier. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- scripts/git.orderfile | 2 ++ 1 file changed, 2 insertions(+)