blob: 2c039426d667bd8a649dd8cf4c052d8c16709ff8 [file] [log] [blame]
dnj@chromium.orgde219ec2014-07-28 17:39:08 +00001#!/usr/bin/env bash
2# Copyright 2014 The Chromium Authors. All rights reserved.
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5
6# git_freezer.py freeze -- a git-command to suspend all existing working
7# directory modifications. This can be reversed with the 'git thaw' command.
8
9SCRIPT=git_retry.py
10set -- retry "$@"
11. $(type -P python_git_runner.sh)