Re: [dpdk-dev] [PATCH] devtools: make commits with stable tag outstanding

2017-04-05 Thread Yuanhan Liu
On Fri, Mar 10, 2017 at 12:13:28PM +0100, Thomas Monjalon wrote: > 2017-02-23 10:49, Yuanhan Liu: > > So that, as a stable maintainer while picking commits to a stable release, > > I could pay less attention to those have it and pay more attention to those > > don't have it. > > Good idea > > >

Re: [dpdk-dev] [PATCH] devtools: make commits with stable tag outstanding

2017-03-10 Thread Thomas Monjalon
2017-02-23 10:49, Yuanhan Liu: > So that, as a stable maintainer while picking commits to a stable release, > I could pay less attention to those have it and pay more attention to those > don't have it. Good idea > + stable="-" > + git show $id | grep -qi 'Cc: .*sta...@dpdk.org' && stabl

[dpdk-dev] [PATCH] devtools: make commits with stable tag outstanding

2017-02-22 Thread Yuanhan Liu
So that, as a stable maintainer while picking commits to a stable release, I could pay less attention to those have it and pay more attention to those don't have it. Signed-off-by: Yuanhan Liu --- devtools/git-log-fixes.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/de