From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43])
 by dpdk.org (Postfix) with ESMTP id B521058F7
 for <dev@dpdk.org>; Thu,  2 Jun 2016 15:15:56 +0200 (CEST)
Received: by mail-wm0-f43.google.com with SMTP id a20so66978850wma.1
 for <dev@dpdk.org>; Thu, 02 Jun 2016 06:15:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=XTg7WL7eQgl77F2V+Dq5zcxXRyBRx8M8B+wnqUWXAss=;
 b=CVyFC+A55iMrYiJKrzmWZxfnt57jTPOHIHjoWefsVBS/pbssKEv9byiX3PjSRploFx
 H8aQ+/mbiXRqFzTDPkjRDBYOANpAyLQwqLBmpzwGjfV+iq7xUs/maRG+vcUotJwq/fCp
 S5vrPX2rl9saLmrxS4cep9tgtxSUMmsOIBBL1Lx9N01PDkBadQEnX3UdkGBSXPLTYP0S
 YV26xnW/YiBOY6j7S8lCIIJ0GfuKyy5AoXkZU88DDN3UJvXDeXpaeh/ekGsT/AddeCNd
 eRLDg0HIL/46Snn/mKGId9xbTy1dA+B20ZsabdTMuhd+k8M5zu7ZT3W2Aj9S2M1SyZNP
 3zSQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=XTg7WL7eQgl77F2V+Dq5zcxXRyBRx8M8B+wnqUWXAss=;
 b=Zae0F/23E5DFXbdewysvvcoDdkAQCVkTofMXRZsHtUQ4ZlDvzQ4NYQkZ81VuXNPnfM
 yBePX2nNfRqc4hxNAcGJHXK+uzn1CqtDlo+Ie4XwiZ+OnDKfgO3jD86RuDhQwuIGOoDJ
 ukkCivU1v+OMhsqIRZNYMFqDHhH5zUyj6FjNz5UPRXbDbHJBbKvwYCZU7pEmivrRmTsg
 ir/goblnrg33fGRX1WnJcdjRcBjqJhjMLVaJGk22WkPNFyLdU8Gn0H0C3u9to8oTcUJ6
 bBdFfNy7Yv8iRtePN0h5jVvf4QEibttMdM4oEp53QFM5N7RQT/NnNIGBOClLLLXE5zbc
 pMog==
X-Gm-Message-State: ALyK8tJKtCOTiocC6B+RECFNXFPx8/7UJ5peruAeZ2A1U1Megw40Hjf5CHmhc6cQARXp7W14
X-Received: by 10.28.20.139 with SMTP id 133mr2483905wmu.35.1464873356435;
 Thu, 02 Jun 2016 06:15:56 -0700 (PDT)
Received: from xps13.localnet ([2001:660:330f:38:7e7a:91ff:fe14:f0d2])
 by smtp.gmail.com with ESMTPSA id q194sm40737971wme.18.2016.06.02.06.15.55
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 02 Jun 2016 06:15:55 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bruce Richardson <bruce.richardson@intel.com>
Cc: dev@dpdk.org
Date: Thu, 02 Jun 2016 15:15:54 +0200
Message-ID: <3747156.fc7lGR2aaH@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <20160602123337.GA14836@bricha3-MOBL3>
References: <1464858795-3152-1-git-send-email-thomas.monjalon@6wind.com>
 <20160602123337.GA14836@bricha3-MOBL3>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] scripts: check commits with checkpatch
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 02 Jun 2016 13:15:56 -0000

2016-06-02 13:33, Bruce Richardson:
> Testing this out here, I find that git format-patch includes the diff stats
> in the output, which then can trigger long-line warnings for the commit message.
> 
> 	WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
> 	#8:
> 	 examples/my-new-test-app/basicfwd.c | 342 +++++++++++++++++++++++++++++++++++++
> 
> To fix this, I suggest replacing "format-patch --stdout" with "show --format=email"
> since that should give the same output just without the change stats.

or format-patch --no-stat