]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Allow reading metadata from a list of commits
authorSimon Glass <sjg@chromium.org>
Sat, 15 Dec 2012 10:42:06 +0000 (10:42 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 4 Apr 2013 21:04:33 +0000 (14:04 -0700)
commite62f905e1cbe55efd7438d4ef6c5d349373f2314
treed27cfe077b24f88c981f06e922d5025ae4059ab9
parentdc191505b903220a8581303efef0a1ead0e06532
patman: Allow reading metadata from a list of commits

We normally read from the current branch, but buildman will need to look
at commits from another branch. Allow the metadata to be read from any
list of commits, to provide this flexibility.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/patchstream.py