[dpdk-dev] [PATCH] scripts: fix commit check for empty list

2016-07-10 Thread Thomas Monjalon
2016-07-08 19:50, Thomas Monjalon: > When running check-git-log.sh on a clean tree it was complaining > of a wrong empty headline because '^[^:]*$' was matching. > It is fixed by matching at least one character with +. > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] scripts: fix commit check for empty list

2016-07-08 Thread Thomas Monjalon
When running check-git-log.sh on a clean tree it was complaining of a wrong empty headline because '^[^:]*$' was matching. It is fixed by matching at least one character with +. Signed-off-by: Thomas Monjalon --- scripts/check-git-log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif