workflows.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: workflows@vger.kernel.org
Subject: script to check "Signed-off-by:" tags
Date: Thu, 26 Sep 2019 21:54:20 +0200	[thread overview]
Message-ID: <20190926195420.GB1742392@kroah.com> (raw)

[-- 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 --]

                 reply	other threads:[~2019-09-26 19:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190926195420.GB1742392@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=workflows@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).