From 37801da3952314d89c40af7e16eda9b980775b3b Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 18 Oct 2010 13:54:08 +0000 Subject: [PATCH] Change git-cl wrapper script to automatically fix the git_cl_repo remote url. This is nicer than an error message. TEST=manually tested the url was overwritten BUG=none Review URL: http://codereview.chromium.org/3796010 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@62923 0039d316-1c4b-4281-b951-d872f2087c98 --- git-cl | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/git-cl b/git-cl index 2c77654f3..48cc4cdf2 100755 --- a/git-cl +++ b/git-cl @@ -9,19 +9,8 @@ url="http://git.chromium.org/git/git-cl.git" cur_url=$(git config -f "$repo/.git/config" remote.origin.url) if [ -e "$repo" -a "$cur_url" != "$url" ]; then - cat <