2020-10-29 13:33:54

by Jean Delvare

[permalink] [raw]
Subject: False positive from checkscript: git git://...

Hi Andy, Joe,

I have hit this false positive from checkscript:

WARNING: Possible repeated word: 'git'
#20: FILE: MAINTAINERS:5289:
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git dmi-for-next

Obviously that's going to happen a lot as this is actually the proper
way to list a git tree in that file. Could you please add an exception
for that case?

Thanks,
--
Jean Delvare
SUSE L3 Support


2020-10-29 14:57:06

by Joe Perches

[permalink] [raw]
Subject: Re: False positive from checkscript: git git://...

On Thu, 2020-10-29 at 14:32 +0100, Jean Delvare wrote:
> Hi Andy, Joe,
> > I have hit this false positive from checkscript:
>
> WARNING: Possible repeated word: 'git'
> #20: FILE: MAINTAINERS:5289:
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git dmi-for-next
>
> Obviously that's going to happen a lot as this is actually the proper
> way to list a git tree in that file. Could you please add an exception
> for that case?
>

Already done in -next


2020-10-29 15:15:49

by Jean Delvare

[permalink] [raw]
Subject: Re: False positive from checkscript: git git://...

On Thu, 29 Oct 2020 07:55:25 -0700, Joe Perches wrote:
> On Thu, 2020-10-29 at 14:32 +0100, Jean Delvare wrote:
> > WARNING: Possible repeated word: 'git'
> > #20: FILE: MAINTAINERS:5289:
> > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git dmi-for-next
> >
> > Obviously that's going to happen a lot as this is actually the proper
> > way to list a git tree in that file. Could you please add an exception
> > for that case?
>
> Already done in -next

Perfect, thank you very much.

--
Jean Delvare
SUSE L3 Support

2020-10-29 15:44:27

by Joe Perches

[permalink] [raw]
Subject: Re: False positive from checkscript: git git://...

On Thu, 2020-10-29 at 16:11 +0100, Jean Delvare wrote:
> On Thu, 29 Oct 2020 07:55:25 -0700, Joe Perches wrote:
> > On Thu, 2020-10-29 at 14:32 +0100, Jean Delvare wrote:
> > > WARNING: Possible repeated word: 'git'
> > > #20: FILE: MAINTAINERS:5289:
> > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git dmi-for-next
> > >
> > > Obviously that's going to happen a lot as this is actually the proper
> > > way to list a git tree in that file. Could you please add an exception
> > > for that case?
> >
> > Already done in -next
>
> Perfect, thank you very much.

Actually thanks to Dwaipayan Ray <[email protected]>

2020-10-29 15:52:43

by Dwaipayan Ray

[permalink] [raw]
Subject: Re: False positive from checkscript: git git://...

On Thu, Oct 29, 2020 at 9:11 PM Joe Perches <[email protected]> wrote:
>
> On Thu, 2020-10-29 at 16:11 +0100, Jean Delvare wrote:
> > On Thu, 29 Oct 2020 07:55:25 -0700, Joe Perches wrote:
> > > On Thu, 2020-10-29 at 14:32 +0100, Jean Delvare wrote:
> > > > WARNING: Possible repeated word: 'git'
> > > > #20: FILE: MAINTAINERS:5289:
> > > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git dmi-for-next
> > > >
> > > > Obviously that's going to happen a lot as this is actually the proper
> > > > way to list a git tree in that file. Could you please add an exception
> > > > for that case?
> > >
> > > Already done in -next
> >
> > Perfect, thank you very much.
>
> Actually thanks to Dwaipayan Ray <[email protected]>
>

Happy to be of help :)

Thanks & Regards,
Dwaipayan.