1cb93a386Sopenharmony_ci#! /bin/sh 2cb93a386Sopenharmony_ci# Copyright 2019 Google LLC 3cb93a386Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be 4cb93a386Sopenharmony_ci# found in the LICENSE file. 5cb93a386Sopenharmony_ciSRC='https://gerrit-review.googlesource.com/tools/hooks/commit-msg' 6cb93a386Sopenharmony_cicd "$(dirname "$0")/.." 7cb93a386Sopenharmony_ciHOOK="$(git rev-parse --git-dir)/hooks/commit-msg" 8cb93a386Sopenharmony_cicurl -L -o "$HOOK" "$SRC" && chmod +x "$HOOK" 9