diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index db58a1c8f..1076de278 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -42,7 +42,6 @@ GIT_GLOBAL_CONFIG = { 'core.filemode': 'false', 'core.preloadindex': 'true', 'core.fscache': 'true', - 'protocol.version': '2', } # Version of GIT_GLOBAL_CONFIG above. GIT_POSTPROCESS_VERSION = '2'