]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: Deal with 'git apply' failures correctly
authorSimon Glass <sjg@chromium.org>
Sun, 20 Apr 2014 16:50:13 +0000 (10:50 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 9 May 2014 20:50:39 +0000 (14:50 -0600)
commit757f64a89ba5bb04661b3f43444ca57fa6db1132
tree280c8024a0922ccf485d55cd2995855f420d993d
parent75b3c3aa843911f152098acf8eb551d6bb9d4f13
patman: Deal with 'git apply' failures correctly

This sort of failure is rare, but the code to deal with it is wrong.
Fix it.

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