]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Avoid changing the order of tags
authorSimon Glass <sjg@chromium.org>
Thu, 28 Aug 2014 15:43:38 +0000 (09:43 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 5 Sep 2014 19:40:42 +0000 (13:40 -0600)
commitd0c5719d92c85addcd38e1dcc21cbc4cbc0fc6a5
tree441a53129aa1fdc6c3c8544fe784d5329ff79887
parent9447a6b2f6c4bab325cd6b52df82b099664f80c5
patman: Avoid changing the order of tags

patman collects tags that it sees in the commit and places them nicely
sorted at the end of the patch. However, this is not really necessary and
in fact is apparently not desirable.

Suggested-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
tools/patman/patchstream.py