All of lore.kernel.org
 help / color / mirror / Atom feed
* False positive from checkscript: git git://...
@ 2020-10-29 13:32 Jean Delvare
  2020-10-29 14:55 ` Joe Perches
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Delvare @ 2020-10-29 13:32 UTC (permalink / raw)
  To: Andy Whitcroft, Joe Perches; +Cc: LKML

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: False positive from checkscript: git git://...
  2020-10-29 13:32 False positive from checkscript: git git:// Jean Delvare
@ 2020-10-29 14:55 ` Joe Perches
  2020-10-29 15:11   ` Jean Delvare
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2020-10-29 14:55 UTC (permalink / raw)
  To: Jean Delvare, Andy Whitcroft; +Cc: LKML

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: False positive from checkscript: git git://...
  2020-10-29 14:55 ` Joe Perches
@ 2020-10-29 15:11   ` Jean Delvare
  2020-10-29 15:41     ` Joe Perches
  0 siblings, 1 reply; 5+ messages in thread
From: Jean Delvare @ 2020-10-29 15:11 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andy Whitcroft, LKML

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: False positive from checkscript: git git://...
  2020-10-29 15:11   ` Jean Delvare
@ 2020-10-29 15:41     ` Joe Perches
  2020-10-29 15:50       ` Dwaipayan Ray
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2020-10-29 15:41 UTC (permalink / raw)
  To: Jean Delvare, Dwaipayan Ray; +Cc: Andy Whitcroft, LKML

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 <dwaipayanray1@gmail.com>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: False positive from checkscript: git git://...
  2020-10-29 15:41     ` Joe Perches
@ 2020-10-29 15:50       ` Dwaipayan Ray
  0 siblings, 0 replies; 5+ messages in thread
From: Dwaipayan Ray @ 2020-10-29 15:50 UTC (permalink / raw)
  To: Joe Perches; +Cc: Jean Delvare, Andy Whitcroft, LKML

On Thu, Oct 29, 2020 at 9:11 PM Joe Perches <joe@perches.com> 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 <dwaipayanray1@gmail.com>
>

Happy to be of help :)

Thanks & Regards,
Dwaipayan.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-29 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 13:32 False positive from checkscript: git git:// Jean Delvare
2020-10-29 14:55 ` Joe Perches
2020-10-29 15:11   ` Jean Delvare
2020-10-29 15:41     ` Joe Perches
2020-10-29 15:50       ` Dwaipayan Ray

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.