From a487155ccf87ddf37baa950d42544ece75f7b2be Mon Sep 17 00:00:00 2001 From: Anne Redulla Date: Tue, 10 Dec 2024 06:25:57 +0000 Subject: [PATCH] [win-bootstrap] Expand comment for auto-configured early exit Bug: b/382395049 Change-Id: Ic45c472931c438eb16934cb17c13856b06a776bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6072986 Reviewed-by: Josip Sokcevic Reviewed-by: Allen Li Commit-Queue: Anne Redulla --- bootstrap/bootstrap.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/bootstrap.py b/bootstrap/bootstrap.py index 1076de278d..e6d2b54953 100644 --- a/bootstrap/bootstrap.py +++ b/bootstrap/bootstrap.py @@ -357,7 +357,8 @@ def _win_git_bootstrap_config(): postprocess_version = get_git_global_config_value(git_path=git_bat_path, key=postprocess_key) if postprocess_version == GIT_POSTPROCESS_VERSION: - # Already configured. Nothing to do. + # Previously configured automatically by depot_tools at the current + # version of the global git config. Nothing to do. return # Check whether the user has authorized depot_tools to update their global