mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
[git_auth] Remove old option cleanup
Change-Id: I426199d05613397a74aba87ad8dcbd67a0175ee7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5869051 Reviewed-by: Josip Sokcevic <sokcevic@chromium.org> Commit-Queue: Allen Li <ayatane@chromium.org>
This commit is contained in:
@@ -177,8 +177,6 @@ class ConfigChanger(object):
|
||||
|
||||
def _apply_gitcookies(self, cwd: str) -> None:
|
||||
"""Apply config changes relating to gitcookies."""
|
||||
# TODO(ayatane): Clear invalid setting. Remove line after a few weeks
|
||||
self._set_config(cwd, 'http.gitcookies', None, modify_all=True)
|
||||
if self.mode == ConfigMode.NEW_AUTH:
|
||||
# Override potential global setting
|
||||
self._set_config(cwd, 'http.cookieFile', '', modify_all=True)
|
||||
|
||||
Reference in New Issue
Block a user