diff options
author | ChromeOS Developer <dparker@chromium.org> | 2014-01-12 17:09:04 -0800 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2014-01-13 18:06:39 +0000 |
commit | c59ed56fc638627ac3f24f9f7a2a19f204cbbf9b (patch) | |
tree | fafbccf1f32eff9e3d6be86161be01247742f391 | |
parent | 601f568fdc97037cb42c64fd9b57af05ebb6db1c (diff) | |
download | chrome-ec-c59ed56fc638627ac3f24f9f7a2a19f204cbbf9b.tar.gz |
Glimmer: Add util script to diff against firmware-rambi branch
BUG=None
BRANCH=None
TEST=Run script. See output.
Change-Id: Ia4d02c11821bd633cc82f31b183ca7ef5249b89a
Signed-off-by: Dave Parker <dparker@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/182239
Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rwxr-xr-x | util/diff_with_rambi.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/util/diff_with_rambi.sh b/util/diff_with_rambi.sh new file mode 100755 index 0000000000..cc5fccbf1e --- /dev/null +++ b/util/diff_with_rambi.sh @@ -0,0 +1,14 @@ +#!/usr/bin/env bash +# +# Copyright (c) 2014 The Chromium OS Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. +# + +echo +echo "> Patches here but not on firmware-rambi." +echo "< Patches on firmware-rambi but not here." +echo "=========================================" + +git --no-pager log --left-right --graph --cherry-pick --oneline \ + cros/firmware-rambi-5216.B...HEAD |