[dpdk-dev] [PATCH] scripts: check fixed commit branch

2016-07-01 Thread Thomas Monjalon
2016-06-29 16:47, Thomas Monjalon: > The commit id of a fixed commit must be in the current branch. > It avoids referencing a local branch or a next-* branch when > pushing in the master. > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] scripts: check fixed commit branch

2016-06-29 Thread Thomas Monjalon
The commit id of a fixed commit must be in the current branch. It avoids referencing a local branch or a next-* branch when pushing in the master. Signed-off-by: Thomas Monjalon --- scripts/check-git-log.sh | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/check-gi