scripts: show fixes with release version of bug
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 30 Sep 2016 14:18:42 +0000 (16:18 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sat, 5 Nov 2016 14:47:36 +0000 (15:47 +0100)
commit752d8e097ec1779002632e5c8b13189fcc5f597f
tree1860d2bcae48f3551dc240673aaaa6457135f654
parentca41215c051a1f4f6f96e947ccb671dab3509cbf
scripts: show fixes with release version of bug

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-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Reviewed-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
MAINTAINERS
scripts/git-log-fixes.sh [new file with mode: 0755]