blob: afeef95d3aa5453a71886d471c31d49a4719e602 [file] [log] [blame]
maruel@chromium.org565db0e2009-06-05 18:08:54 +00001#!/bin/sh
derat@chromium.orgb7ec6aa2010-02-16 17:04:39 +00002# Copyright (c) 2010 The Chromium Authors. All rights reserved.
maruel@chromium.org565db0e2009-06-05 18:08:54 +00003# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
maruel@chromium.org2a74d372011-03-29 19:05:50 +00006# git-cl -- a git-command for integrating reviews on Rietveld
7# Copyright (C) 2008 Evan Martin <martine@danga.com>
8
maruel@chromium.org565db0e2009-06-05 18:08:54 +00009base_dir=$(dirname "$0")
msb@chromium.orgdffe4942009-11-18 02:25:16 +000010
msb@chromium.org2a949042010-10-18 18:04:01 +000011"$base_dir"/update_depot_tools
maruel@chromium.org2a74d372011-03-29 19:05:50 +000012"$base_dir"/git_cl.py "$@"