Sha256: 0d428b1f94e7b6ee24288682784cf46ca6b2db67cd6a1bd85f5d3e6ea5c80a7d
Contents?: true
Size: 504 Bytes
Versions: 2
Compression:
Stored size: 504 Bytes
Contents
#!/usr/bin/env 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_runner.sh)"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libv8-8.4.255.0.1 | vendor/depot_tools/git-thaw |
libv8-8.4.255.0 | vendor/depot_tools/git-thaw |