Re: [dpdk-dev] [PATCH] devtools: disable coloring of git-log output

2018-11-18 Thread Thomas Monjalon
23/10/2018 10:52, Ali Alnubani: > Colored git-log outputs will have escape characters > appended to hashes, causing check-git-log.sh to fail > with `error: malformed object name ?[33m?[m` when doing > `git tag -l --contains `. I guess it is due to a config specifying to color "always". > Signed-o

[dpdk-dev] [PATCH] devtools: disable coloring of git-log output

2018-10-23 Thread Ali Alnubani
Colored git-log outputs will have escape characters appended to hashes, causing check-git-log.sh to fail with `error: malformed object name ?[33m?[m` when doing `git tag -l --contains `. Signed-off-by: Ali Alnubani --- devtools/git-log-fixes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(