]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Use the full commit hash for 'git checkout'
authorSimon Glass <sjg@chromium.org>
Wed, 15 Oct 2014 08:27:00 +0000 (02:27 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 27 Nov 2014 03:25:39 +0000 (20:25 -0700)
commit0b5b409acca23e9b08c84f5ad531e287601448a2
tree5ce956b637f943bb6ee8429dce624c45b6f91be9
parentce267335c31e95d69d42abf886ce7f3df1b5b2a4
patman: Use the full commit hash for 'git checkout'

Even with the initial 8 characeters of the hash we will sometimes get a
collision. Use the full hash.

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