[PATCH] scripts/git.orderfile: Display MAINTAINERS changes first

Philippe Mathieu-Daudé posted 1 patch 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221216225505.26052-1-philmd@linaro.org
scripts/git.orderfile | 2 ++
1 file changed, 2 insertions(+)
[PATCH] scripts/git.orderfile: Display MAINTAINERS changes first
Posted by Philippe Mathieu-Daudé 1 year, 4 months ago
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(+)

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
-- 
2.38.1


Re: [PATCH] scripts/git.orderfile: Display MAINTAINERS changes first
Posted by Philippe Mathieu-Daudé 1 year, 3 months ago
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.


Re: [PATCH] scripts/git.orderfile: Display MAINTAINERS changes first
Posted by Richard Henderson 1 year, 4 months ago
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~