[dpdk-dev] [PATCH v2] scripts: show fixes with release version of bug

2016-11-05 Thread Thomas Monjalon
2016-11-04 14:58, Yuanhan Liu: > On Fri, Sep 30, 2016 at 04:18:42PM +0200, Thomas Monjalon wrote: > > This script can help to find commits to backport in stable branches. > > > > Fixes are found if there is the word "fix" in the headline or > > if there is a tag Fixes: or Reverts: in the message.

[dpdk-dev] [PATCH v2] scripts: show fixes with release version of bug

2016-11-04 Thread Yuanhan Liu
On Fri, Sep 30, 2016 at 04:18:42PM +0200, Thomas Monjalon wrote: > This script can help to find commits to backport in stable branches. > > Fixes are found if there is the word "fix" in the headline or > if there is a tag Fixes: or Reverts: in the message. > Chained fixes of fixes are explored to

[dpdk-dev] [PATCH v2] scripts: show fixes with release version of bug

2016-09-30 Thread Thomas Monjalon
This script can help to find commits to backport in stable branches. Fixes are found if there is the word "fix" in the headline or if there is a tag Fixes: or Reverts: in the message. Chained fixes of fixes are explored to find the oldest origin. Fixes of not released bugs are ignored. Signed-off