commit | 48b786b1598f447955c76b34cb74d0e10af89f67 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Fri Sep 18 14:17:27 2020 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Oct 21 07:16:54 2020 -0500 |
tree | b789f24bc2382b8882ef8df20ae46de64ac0e841 | |
parent | 42a013069921b3f648ca58644c441f01bed8cb3f [diff] |
scripts: series-push-hook: Fix behavior after rebase Avoids parsing the whole "before to now" commits after rebase. Now, we just parse all commits since first commit of the branch compared to master, each timer either at first push, forced push, forced push after rebase. Fixes #28509 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>