workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* script to check "Signed-off-by:" tags
@ 2019-09-26 19:54 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2019-09-26 19:54 UTC (permalink / raw)
  To: workflows

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

Like the previous script, I use this one to check the validity of s-o-b
tags.

It too is mostly entirely Stephen's work, I've only changed a few minor
things and made it stand-alone.

To use:
	verify_signedoff.sh GIT_RANGE

if all is good, script will print nothing out and exit with success.  If
there is a problem it will be printed out and the script will exit with
an error that you can check from any other program.

It too is 'shellcheck' clean, but I'm sure that there are other things
wrong with it, so feel free to point out problems.

thanks,

greg k-h

[-- Attachment #2: verify_signedoff.sh --]
[-- Type: application/x-sh, Size: 2179 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-26 19:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-26 19:54 script to check "Signed-off-by:" tags Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).