[dpdk-dev] [PATCH v2] scripts: check commit formatting

2016-04-12 Thread 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

[dpdk-dev] [PATCH v2] scripts: check commit formatting

2016-04-11 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v2] scripts: check commit formatting

2016-04-11 Thread Thomas Monjalon
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 mus