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

Unified Diff: gclient

Issue 2962013: gclient: update git-cl whenever git-cl is run and not when gclient is run (Closed)
Patch Set: Created 10 years, 5 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-cl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient
diff --git a/gclient b/gclient
index a4efb3ca1347ce9fe7da35abe9c5bf83fb9651c7..34478dc29db5e5f9dfc5d8d1cbc01f0088558dc0 100755
--- a/gclient
+++ b/gclient
@@ -52,12 +52,6 @@ then
cd - > /dev/null
fi
-if [ "X$DEPOT_TOOLS_UPDATE" != "X0" -a -e "$base_dir/git-cl-repo/.git" ]
-then
- test_git
- (cd "$base_dir/git-cl-repo"; git pull -q)
-fi
-
# Use the batch file as an entry point if on cygwin.
if [ "${OSTYPE}" = "cygwin" -a "${TERM}" != "xterm" ]; then
${base_dir}/gclient.bat "$@"
« no previous file with comments | « no previous file | git-cl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698