Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Unified Diff: git-freeze

Issue 181043018: Add git thaw/freeze to depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@git_map
Patch Set: fix space Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | git-thaw » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | git-thaw » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698