commit | 2386060c16471f4cd183e6f8bce82450a7574ec6 | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Mon Apr 15 23:52:18 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Thu Apr 18 16:16:32 2013 -0400 |
tree | 7d4ecbe7ac37887f20480ac2cc6511fe5849fe34 | |
parent | 17dcbfb0876385b13739b1b1f2026edc8163b629 [diff] |
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>