From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 732B02C38 for ; Mon, 11 Apr 2016 23:59:08 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id n3so3816704wmn.0 for ; Mon, 11 Apr 2016 14:59:08 -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:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=IWCHotg1Cph1O8e/QTgxN2bxGUmBVT1/u03oJ1cjTRw=; b=OD5zjVWUqhsE7ARgrNfPv+RXQDsT+1+7qOWGeqoCDBXudDXR3R2jiWySUJxVbLEsqK ws4ZDF9FTArDQFdBj6mBaDs6gICiWMLgfo5yY510oRe9XGU8Z3N6A15txi6pUL7+KSnK ZZav7rZOeI9pNdo/uZvk3fPULvXtcVKq5ysOa+tTaa2VjVFkQy7SzWaamSLzZ1Ww66ZE xgGSxjCPRM1laOFueFCI7hZ3lLqVr3jcwfcktkPy8yTg+AsTkP17Q2Ebi/Kf+xW9JVrM em3K0oekQgsa964Aq5sJxPggEbtGY/SqbQXo+WzgtPh8TQhbrI675xWxL+Ss2CXDpQUe Vomg== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=IWCHotg1Cph1O8e/QTgxN2bxGUmBVT1/u03oJ1cjTRw=; b=k+Q0jtPWNAEwHT2KUl9ZCXDWMnjw9Dkhuf3doRDK9i1hb89ECSJo+7Os2Abqbj/8pN UJz3KjHfV4TIxZsp1A2LXPfTtzsdavk2j7fimlgCLaVoDTSgNBHIws6xWVyGuZpMU654 6Pt++H5BmmgkgLWb/7ywjOSk/Okb9XHRlLk2fDT54/o+i/d+nW486WS3N/39C5mBVrCZ P6VMXOjsYgynrLWSeiUxBZIF77cCGUm6vwO/P38Fg4DQk4HCNYdqdv1efU6OzQEHf9y2 tg2/oTcMqhCWHftcZvU4daL/nPO79U3vMDGEkm2oveFRYXywPwvC0gKzAHQ//YxJo01Z t5Rw== X-Gm-Message-State: AD7BkJLsALkkNdr4/e9q9Ku5OUDfRYi9JPL7Ttdjb89OQkq7OqHWBQ0eRatJaxYj2EwiQ82k X-Received: by 10.194.222.234 with SMTP id qp10mr25812229wjc.138.1460411948326; Mon, 11 Apr 2016 14:59:08 -0700 (PDT) Received: from xps13.localnet (245.111.75.86.rev.sfr.net. [86.75.111.245]) by smtp.gmail.com with ESMTPSA id t4sm19440671wmf.8.2016.04.11.14.59.07 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Apr 2016 14:59:07 -0700 (PDT) From: Thomas Monjalon To: Yuanhan Liu Cc: dev@dpdk.org Date: Mon, 11 Apr 2016 23:59:06 +0200 Message-ID: <1669977.GbkgN6coQ4@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <20160411161342.GG3080@yliu-dev.sh.intel.com> References: <1459286986-31148-1-git-send-email-thomas.monjalon@6wind.com> <1460389145-5570-1-git-send-email-thomas.monjalon@6wind.com> <20160411161342.GG3080@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] scripts: check commit formatting X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2016 21:59:08 -0000 2016-04-12 00:13, Yuanhan Liu: > On Mon, Apr 11, 2016 at 05:39:05PM +0200, Thomas Monjalon wrote: > > The git messages have three parts: > > 1/ the headline > > 2/ the explanations > > 3/ the footer tags > > > > The headline helps to quickly browse an history or catch instantly the > > purpose of a commit. Making it short with some consistent wording > > allows to easily parse it or match some patterns. > > > > The explanations must give some keys like the reason of the change. > > Nothing can be automatically checked for this part, except line length. > > > > The footer contains some tags to find the origin of a bug or who > > was working on it. > > > > This script is doing some basic checks mostly on parts 1 and 3. > > > > Signed-off-by: Thomas Monjalon > > Reviewed-by: Yuanhan Liu Applied