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

2020-02-25 Thread Thomas Monjalon
24/02/2020 16:30, 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 v3] 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-