]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Move the 'git log' command into a function
authorSimon Glass <sjg@chromium.org>
Sat, 9 Aug 2014 21:33:10 +0000 (15:33 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Aug 2014 14:34:16 +0000 (08:34 -0600)
commitcda2a611520e679495e7d2cf8e436b0df9afc675
tree5559b72e582fa804c179c82cf5a6bf527f90e9e6
parent3b74ba5f1af147df0aea243976f7064a2734d551
patman: Move the 'git log' command into a function

Move the code that builds a 'git log' command into a function so we can more
easily adjust it.

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