mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Stop setting git config protocol.version
Git has been using version 2 of their wire protocol by default since 2.26, released in 2020. Stop setting it explicitely. Change-Id: Ibc93a672b41c5a8183bc3200c506006f6e08af94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6070782 Commit-Queue: Josip Sokcevic <sokcevic@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
This commit is contained in:
committed by
LUCI CQ
parent
fb6f75dd38
commit
81ec8e2aa5
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user