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

Unified Diff: fetch.py

Issue 202753003: Rationalize the git config settings for index-pack performance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: comment 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 | gclient_scm.py » ('j') | gclient_utils.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fetch.py
diff --git a/fetch.py b/fetch.py
index 8b84c9937a7814c81a476de9d2054abfc28cc4cd..dfd038641b7d18cf17b0c5aa55eefc6b35502482 100755
--- a/fetch.py
+++ b/fetch.py
@@ -109,9 +109,6 @@ class GclientGitCheckout(GclientCheckout, GitCheckout):
return os.path.exists(os.path.join(os.getcwd(), self.root))
def init(self):
- # TODO(dpranke): Work around issues w/ delta compression on big repos.
- self.run_git('config', '--global', 'core.deltaBaseCacheLimit', '1G')
-
# Configure and do the gclient checkout.
self.run_gclient('config', '--spec', self.spec['gclient_spec'])
if self.options.nohooks:
« no previous file with comments | « no previous file | gclient_scm.py » ('j') | gclient_utils.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698