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

Add the --git parameter, else recent contributors are left out of the CC list.
Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org --- Cc: Simon Glass sjg@chromium.org Cc: Tom Rini trini@konsulko.com --- .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=.

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 marek.vasut+renesas@mailbox.org
Reviewed-by: Tom Rini trini@konsulko.com

On Sat, 16 Dec 2023 at 11:08, Marek Vasut marek.vasut+renesas@mailbox.org wrote:
Add the --git parameter, else recent contributors are left out of the CC list.
Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org
Cc: Simon Glass sjg@chromium.org Cc: Tom Rini trini@konsulko.com
.get_maintainer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
participants (3)
-
Marek Vasut
-
Simon Glass
-
Tom Rini