]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: force git log commands to not use color
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 15 Oct 2012 09:55:50 +0000 (09:55 +0000)
committerTom Rini <trini@ti.com>
Fri, 19 Oct 2012 22:25:46 +0000 (15:25 -0700)
commit7f14f30a6d6c80f9fbe3fd8d5b0c294575e3094e
tree30072ee2c438c00c1f163a69233a6eeff4ea9537
parenteeaec258b751075d48e081d645516dab3240ab96
patman: force git log commands to not use color

Colored logs confuse patman when analyzing logs.
Add --no-color option in git log commands in case
the default config has color.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@ti.com>
tools/patman/gitutil.py
tools/patman/patchstream.py