commit | 1c1f207ca0972b2eca10f272ed74ef13cdcbe3ba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 29 21:46:34 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 05 09:11:31 2020 -0700 |
tree | edeac766a4773d11556b8092d9d7daa531f9252f | |
parent | 8cf2364f034c33e06248efe07d34cd1e143725ea [diff] |
patman: Detect missing upstream in CountCommitsToBranch At present if we fail to find the upstream then the error output is piped to wc, resulting in bogus results. Avoid the pipe and check the output directly. Signed-off-by: Simon Glass <sjg@chromium.org>