[PATCH] get_maintainers.conf: Disable git fallback

Tom Rini trini at konsulko.com
Wed Aug 2 21:24:44 CEST 2023


Let us disabling using git to determine fallback possible maintainers
for a given file.  Hopefully this will encourage more explicit listing
of files in MAINTAINERS files.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 .get_maintainer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.get_maintainer.conf b/.get_maintainer.conf
index df595f5420d3..cbe765a1e9b0 100644
--- a/.get_maintainer.conf
+++ b/.get_maintainer.conf
@@ -1 +1 @@
---find-maintainer-files --maintainer-path=.
+--find-maintainer-files --maintainer-path=. --no-git-fallback
-- 
2.34.1



More information about the U-Boot mailing list