[PATCH] get_maintainers.conf: Disable git fallback

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

Hi Tom,
On Wed, 2 Aug 2023 at 13:24, Tom Rini trini@konsulko.com wrote:
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@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
Having recent commits review a file is valuable, I think. There are a lot of common files.
Regards, Simon
participants (2)
-
Simon Glass
-
Tom Rini