Re: [dpdk-dev] [PATCH v2] devtools: export title syntax data for check-git-log

2020-02-24 Thread Ferruh Yigit
On 2/24/2020 1:39 PM, Thomas Monjalon wrote: > 24/02/2020 13:02, Ferruh Yigit: >> From: Sean Morrissey >> >> Moved title syntax to a separate file so that it improves code >> readability and allows easy addition. >> >> Also logic changed from checking for bad pattern to checking good >> pattern wh

Re: [dpdk-dev] [PATCH v2] devtools: export title syntax data for check-git-log

2020-02-24 Thread Thomas Monjalon
24/02/2020 13:02, Ferruh Yigit: > From: Sean Morrissey > > Moved title syntax to a separate file so that it improves code > readability and allows easy addition. > > Also logic changed from checking for bad pattern to checking good > pattern which documents the expected syntax more clearly, and

[dpdk-dev] [PATCH v2] devtools: export title syntax data for check-git-log

2020-02-24 Thread Ferruh Yigit
From: Sean Morrissey Moved title syntax to a separate file so that it improves code readability and allows easy addition. Also logic changed from checking for bad pattern to checking good pattern which documents the expected syntax more clearly, and does not have gaps in the checks. Signed-off-