Add the --git parameter, else recent contributors are left out of the CC list.
Signed-off-by: Marek Vasut <[email protected]> --- Cc: Simon Glass <[email protected]> Cc: Tom Rini <[email protected]> --- .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

