Re: [PATCH 1/6] MAINTAINERS: fix kbuild repo branch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Jan 17, 2023 at 11:15 AM Jani Nikula <jani.nikula@xxxxxxxxx> wrote:
>
> The MAINTAINERS repository entry specifies "kconfig" as the branch, but
> the repository itself has "kbuild".
>
> Cc: Masahiro Yamada <masahiroy@xxxxxxxxxx>
> Signed-off-by: Jani Nikula <jani.nikula@xxxxxxxxx>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a36df9ed283d..98da2af0a653 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11171,7 +11171,7 @@ M:      Masahiro Yamada <masahiroy@xxxxxxxxxx>
>  L:     linux-kbuild@xxxxxxxxxxxxxxx
>  S:     Maintained
>  Q:     https://patchwork.kernel.org/project/linux-kbuild/list/
> -T:     git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig
> +T:     git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kbuild

We have two entries - one for "KCONFIG" and the other "KERNEL BUILD +
files below scripts/ (unless maintained elsewhere)".

Cannot say if kbuild is the place where KCONFIG changes are done.

But you are right there is no kconfig Git branch, anymore.

Some maintainers switch over to use https over git URL these days.

What do you prefer?

$ grep 'git git' MAINTAINERS | grep 'T:' | wc -l
668

$ grep 'git https' MAINTAINERS | grep 'T:' | wc -l
49

In my ~/.gitconfig I have:
...
[url "https://git.kernel.org/";]
       insteadOf = git://git.kernel.org/
[url "https://github.com/";]
       insteadOf = git://github.com/
...

BR,
-Sedat-


>  F:     Documentation/kbuild/kconfig*
>  F:     scripts/Kconfig.include
>  F:     scripts/kconfig/
> --
> 2.34.1
>



[Index of Archives]     [Linux&nblp;USB Development]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite Secrets]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux