aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2018-04-10 11:27:34 -0400
committerGravatar Mike Klein <mtklein@chromium.org>2018-04-10 15:30:37 +0000
commit2e9f0575e8ef19e9bc47db15453f4ec720508e28 (patch)
tree2c2ac251cb459523c6efc4c01bd4699ec0b8c5e3 /third_party
parentb8a53e4fd54e749c6f232ea99089a8536ee3bd72 (diff)
give skcms rolls a helpful commit msg
Change-Id: I5acec2526eb85fe0947421bdb2cc2cb8cd2db269 Reviewed-on: https://skia-review.googlesource.com/120180 Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'third_party')
-rwxr-xr-xthird_party/skcms/roll.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/skcms/roll.sh b/third_party/skcms/roll.sh
index 0fb175ef51..fab19882ff 100755
--- a/third_party/skcms/roll.sh
+++ b/third_party/skcms/roll.sh
@@ -22,5 +22,6 @@ cp $tmp/skcms.c .
cp -r $tmp/src .
git add .
+git commit -m "skcms→$(git -C $tmp log -1 --pretty=format:'%h %s')"
rm -rf $tmp