[PATCH] get_maintainers.conf: Disable git fallback

Simon Glass sjg at google.com
Sun Aug 6 16:29:46 CEST 2023


Hi Tom,

On Wed, 2 Aug 2023 at 13:24, Tom Rini <trini at 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 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

Having recent commits review a file is valuable, I think. There are a
lot of common files.

Regards,
Simon


More information about the U-Boot mailing list