commit | 6af913d3473b02d4ea31bdfef1fe301427b0c65b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 09 15:33:11 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 13 08:34:16 2014 -0600 |
tree | d20c6a3b16516ba6a58c3a3960eed1aad000b21c | |
parent | b9dbcb43a250df2af9b2dda7f594442e4bc4e8b2 [diff] |
patman: Only use git's --no-decorate when available Older versions of git (e.g. Ubuntu 10.04) do not support this flag. By default they do not decorate. So only enable this flag when supported. Suggested-by: Tom Rini <trini@ti.com> Signed-off-by: Simon Glass <sjg@chromium.org>