All of lore.kernel.org
 help / color / mirror / Atom feed
* broken checkpatch signature checking
@ 2011-07-28  4:33 Dave Jones
  2011-07-28  4:41 ` Joe Perches
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Jones @ 2011-07-28  4:33 UTC (permalink / raw)
  To: Joe Perches; +Cc: Linux Kernel

The signature checking patches in commit 2011247550 have broken one use-case for me.
I pipe the git-commits mailing list to it and skim the summary once a day[*]

Because git indents its changelogs, every single commit is now warning
with this..

WARNING: Do not use whitespace before Signed-off-by:
#5252:
    Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>


	Dave


[*] It's too noisy to do anything useful with right now, which is
    why I'd like to filter out all the whitespace crap, but hopefully
    that'll happen eventually.

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

* Re: broken checkpatch signature checking
  2011-07-28  4:33 broken checkpatch signature checking Dave Jones
@ 2011-07-28  4:41 ` Joe Perches
  2011-07-28  4:49   ` Dave Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Perches @ 2011-07-28  4:41 UTC (permalink / raw)
  To: Dave Jones; +Cc: Linux Kernel

On Thu, 2011-07-28 at 00:33 -0400, Dave Jones wrote:
> The signature checking patches in commit 2011247550 have broken one use-case for me.
> I pipe the git-commits mailing list to it and skim the summary once a day[*]
> Because git indents its changelogs, every single commit is now warning
> with this..
> WARNING: Do not use whitespace before Signed-off-by:
> #5252:
>     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
> 	Dave
> [*] It's too noisy to do anything useful with right now, which is
>     why I'd like to filter out all the whitespace crap, but hopefully
>     that'll happen eventually.

Hey Dave.

Maybe you could use --ignore=BAD_SIGN_OFF for this reviewing?

I think that the general use case is OK.

I'm not sure that it's appropriate to use
checkpatch on git log output.

cheers, Joe


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

* Re: broken checkpatch signature checking
  2011-07-28  4:41 ` Joe Perches
@ 2011-07-28  4:49   ` Dave Jones
  2011-07-28  4:59     ` Joe Perches
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Jones @ 2011-07-28  4:49 UTC (permalink / raw)
  To: Joe Perches; +Cc: Linux Kernel

On Wed, Jul 27, 2011 at 09:41:42PM -0700, Joe Perches wrote:
 > On Thu, 2011-07-28 at 00:33 -0400, Dave Jones wrote:
 > > The signature checking patches in commit 2011247550 have broken one use-case for me.
 > > I pipe the git-commits mailing list to it and skim the summary once a day[*]
 > > Because git indents its changelogs, every single commit is now warning
 > > with this..
 > > WARNING: Do not use whitespace before Signed-off-by:
 > > #5252:
 > >     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
 > 
 > Hey Dave.
 > 
 > Maybe you could use --ignore=BAD_SIGN_OFF for this reviewing?

Ok, that works for me.  I guess I should add all the whitespace ignores while I'm at it.

thanks,

	Dave


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

* Re: broken checkpatch signature checking
  2011-07-28  4:49   ` Dave Jones
@ 2011-07-28  4:59     ` Joe Perches
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Perches @ 2011-07-28  4:59 UTC (permalink / raw)
  To: Dave Jones; +Cc: Linux Kernel

On Thu, 2011-07-28 at 00:49 -0400, Dave Jones wrote:
> On Wed, Jul 27, 2011 at 09:41:42PM -0700, Joe Perches wrote:
>  > On Thu, 2011-07-28 at 00:33 -0400, Dave Jones wrote:
>  > > The signature checking patches in commit 2011247550 have broken one use-case for me.
>  > > I pipe the git-commits mailing list to it and skim the summary once a day[*]
>  > > Because git indents its changelogs, every single commit is now warning
>  > > with this..
>  > > WARNING: Do not use whitespace before Signed-off-by:
>  > Maybe you could use --ignore=BAD_SIGN_OFF for this reviewing?
> Ok, that works for me.  I guess I should add all the whitespace ignores while I'm at it.

or maybe add --ignore-all-space to git log



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

end of thread, other threads:[~2011-07-28  4:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-28  4:33 broken checkpatch signature checking Dave Jones
2011-07-28  4:41 ` Joe Perches
2011-07-28  4:49   ` Dave Jones
2011-07-28  4:59     ` Joe Perches

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.