From: Yang Gu <yang.gu@intel.com>
To: ofono@ofono.org
Subject: [PATCH 4/4] Dont check Signed-off-by by default
Date: Mon, 19 Jul 2010 14:19:29 +0800 [thread overview]
Message-ID: <1279520369-13214-4-git-send-email-yang.gu@intel.com> (raw)
In-Reply-To: <1279520369-13214-1-git-send-email-yang.gu@intel.com>
[-- Attachment #1: Type: text/plain, Size: 442 bytes --]
---
test/checkpatch.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/checkpatch.pl b/test/checkpatch.pl
index 767670d..2a4faa0 100755
--- a/test/checkpatch.pl
+++ b/test/checkpatch.pl
@@ -16,7 +16,7 @@ use Getopt::Long qw(:config no_auto_abbrev);
my $quiet = 0;
my $tree = 1;
-my $chk_signoff = 1;
+my $chk_signoff = 0;
my $chk_patch = 1;
my $tst_only;
my $emacs = 0;
--
1.7.0.4
next prev parent reply other threads:[~2010-07-19 6:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-19 6:19 [PATCH 1/4] Add coding style document Yang Gu
2010-07-19 6:19 ` [PATCH 2/4] Add original patch format checking script Yang Gu
2010-07-19 17:50 ` Denis Kenzior
2010-07-19 6:19 ` [PATCH 3/4] Add git commit header and description check Yang Gu
2010-07-19 6:19 ` Yang Gu [this message]
2010-07-19 17:45 ` [PATCH 1/4] Add coding style document Denis Kenzior
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=1279520369-13214-4-git-send-email-yang.gu@intel.com \
--to=yang.gu@intel.com \
--cc=ofono@ofono.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