]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: fix gitutil for decorations
authorAndreas Bießmann <andreas.devel@googlemail.com>
Mon, 15 Apr 2013 23:52:18 +0000 (23:52 +0000)
committerTom Rini <trini@ti.com>
Thu, 18 Apr 2013 20:16:32 +0000 (16:16 -0400)
commit2386060c16471f4cd183e6f8bce82450a7574ec6
tree7d4ecbe7ac37887f20480ac2cc6511fe5849fe34
parent17dcbfb0876385b13739b1b1f2026edc8163b629
patman: fix gitutil for decorations

The git config parameter log.decorate is quite useful when working with git.
Patman, however can not handle the decorated output when parsing the commit.
To prevent this use the '--no-decorate' switch for git-log.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/patman/gitutil.py
tools/patman/patchstream.py