Re: [PATCH] get_maintainer.pl: Add --git to look up CCed in git history

2023-12-19 Thread Tom Rini
On Sat, 16 Dec 2023 19:07:52 +0100, Marek Vasut wrote:

> Add the --git parameter, else recent contributors are left out of the CC list.
> 
> 

Applied to u-boot/master, thanks!

-- 
Tom




Re: [PATCH] get_maintainer.pl: Add --git to look up CCed in git history

2023-12-16 Thread Simon Glass
On Sat, 16 Dec 2023 at 11:08, Marek Vasut
 wrote:
>
> Add the --git parameter, else recent contributors are left out of the CC list.
>
> Signed-off-by: Marek Vasut 
> ---
> Cc: Simon Glass 
> Cc: Tom Rini 
> ---
>  .get_maintainer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass 


Re: [PATCH] get_maintainer.pl: Add --git to look up CCed in git history

2023-12-16 Thread Tom Rini
On Sat, Dec 16, 2023 at 07:07:52PM +0100, Marek Vasut wrote:

> Add the --git parameter, else recent contributors are left out of the CC list.
> 
> Signed-off-by: Marek Vasut 

Reviewed-by: Tom Rini 

-- 
Tom


signature.asc
Description: PGP signature


[PATCH] get_maintainer.pl: Add --git to look up CCed in git history

2023-12-16 Thread Marek Vasut
Add the --git parameter, else recent contributors are left out of the CC list.

Signed-off-by: Marek Vasut 
---
Cc: Simon Glass 
Cc: Tom Rini 
---
 .get_maintainer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.get_maintainer.conf b/.get_maintainer.conf
index df595f5420d..f916cfbe480 100644
--- a/.get_maintainer.conf
+++ b/.get_maintainer.conf
@@ -1 +1 @@
---find-maintainer-files --maintainer-path=.
+--find-maintainer-files --git --maintainer-path=.
-- 
2.43.0