mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Add git thaw/freeze to depot_tools.
R=agable@chromium.org, hinoka@chromium.org, stip@chromium.org, szager@chromium.org BUG=261738 Review URL: https://codereview.chromium.org/181043018 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@256778 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
13
git-thaw
Executable file
13
git-thaw
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2014 The Chromium Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
# git_freezer.py thaw -- a git-command to reverse the effect of the 'git freeze'
|
||||
# command. Any changes suspended on this branch with the freeze command will be
|
||||
# restored to the state they were in immediately prior to running the freeze
|
||||
# command.
|
||||
|
||||
SCRIPT=git_freezer.py
|
||||
set -- thaw "$@"
|
||||
. $(type -P python_git_runner.sh)
|
||||
Reference in New Issue
Block a user