[dpdk-dev] [PATCH] scripts: fix commit check of first word

2016-07-10 Thread Thomas Monjalon
> > The first word of each commit message is checked. > > But when the commit range was greater than 1, only the latest commit > > was checked. > > It is fixed by checking each commit separately. > > > > Fixes: 9c24780f0d5e ("scripts: check first word of commit messages") > > > > Signed-off-by: T

[dpdk-dev] [PATCH] scripts: fix commit check of first word

2016-07-05 Thread Thomas Monjalon
The first word of each commit message is checked. But when the commit range was greater than 1, only the latest commit was checked. It is fixed by checking each commit separately. Fixes: 9c24780f0d5e ("scripts: check first word of commit messages") Signed-off-by: Thomas Monjalon --- scripts/che

[dpdk-dev] [PATCH] scripts: fix commit check of first word

2016-07-05 Thread Bruce Richardson
On Tue, Jul 05, 2016 at 05:54:26PM +0200, Thomas Monjalon wrote: > The first word of each commit message is checked. > But when the commit range was greater than 1, only the latest commit > was checked. > It is fixed by checking each commit separately. > > Fixes: 9c24780f0d5e ("scripts: check firs