From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.93, mailfrom: liming.gao@intel.com) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by groups.io with SMTP; Wed, 07 Aug 2019 04:41:27 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 04:41:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,357,1559545200"; d="scan'208";a="185967871" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 07 Aug 2019 04:41:26 -0700 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 7 Aug 2019 04:41:26 -0700 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 7 Aug 2019 04:41:23 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Wed, 7 Aug 2019 04:41:23 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.112]) by shsmsx102.ccr.corp.intel.com ([169.254.2.19]) with mapi id 14.03.0439.000; Wed, 7 Aug 2019 19:41:21 +0800 From: "Liming Gao" To: "Kinney, Michael D" , "devel@edk2.groups.io" CC: "Feng, Bob C" , "Justen, Jordan L" Subject: Re: [Patch 0/3] BaseTools/PatchCheck: Fix false positives Thread-Topic: [Patch 0/3] BaseTools/PatchCheck: Fix false positives Thread-Index: AQHVSMcaohh/2P++BE+qX33zL/FoFKbvl8eQ Date: Wed, 7 Aug 2019 11:41:21 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4CBDDB@SHSMSX104.ccr.corp.intel.com> References: <20190802001314.25980-1-michael.d.kinney@intel.com> In-Reply-To: <20190802001314.25980-1-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Mike: For this patch set, I am OK for those changes. Reviewed-by: Liming Gao But, I see there are some discussion on patch 3. After we make the conclu= sion, you can push it.=20 =20 Thanks Liming >-----Original Message----- >From: Kinney, Michael D >Sent: Friday, August 02, 2019 8:13 AM >To: devel@edk2.groups.io >Cc: Feng, Bob C ; Gao, Liming >; Justen, Jordan L >Subject: [Patch 0/3] BaseTools/PatchCheck: Fix false positives > >https://bugzilla.tianocore.org/show_bug.cgi?id=3D2044 > >* Add '--no-textconv' to 'git show' command to disable binary->text >conversion. >* Ignore blank lines in patch >* Ignore lines with 'copy from ' and 'copy to ' prefixes > >Cc: Bob Feng >Cc: Liming Gao >Cc: Jordan Justen >Signed-off-by: Michael D Kinney > >Michael D Kinney (3): > BaseTools/PatchCheck: Ignore blank lines in diff > BaseTools/PatchCheck: Add copy from/to keywords > BaseTools/PatchCheck: Disable text conversion in 'git show' > > BaseTools/Scripts/PatchCheck.py | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >-- >2.21.0.windows.1