| Index: git-freeze
|
| diff --git a/git-cl b/git-freeze
|
| similarity index 52%
|
| copy from git-cl
|
| copy to git-freeze
|
| index 7b17d25bee415ca610d6b23fe5034900cf046ef9..45e1f4874dc0360d09af663366663b886dfc89f0 100755
|
| --- a/git-cl
|
| +++ b/git-freeze
|
| @@ -3,7 +3,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# git_cl.py -- a git-command for integrating reviews on Rietveld
|
| -# Copyright (C) 2008 Evan Martin <martine@danga.com>
|
| +# git_freezer.py freeze -- a git-command to suspend all existing working
|
| +# directory modifications. This can be reversed with the 'git thaw' command.
|
|
|
| +SCRIPT=git_freezer.py
|
| +set -- freeze "$@"
|
| . $(type -P python_git_runner.sh)
|
|
|