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

Unified Diff: bootstrap/win/win_tools.bat

Issue 1858083002: Bump Windows bleeding edge git to 2.8.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Actually 2.8.1 Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/win/win_tools.bat
diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat
index 510a1cdf6e3015b34111a3039e0cccd247eb7b1a..3fa90de9487cc97607bb4e177a153230bbc0dd3b 100644
--- a/bootstrap/win/win_tools.bat
+++ b/bootstrap/win/win_tools.bat
@@ -69,7 +69,7 @@ reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | %FIND_EXE% /i
if not exist "%WIN_TOOLS_ROOT_DIR%\.git_bleeding_edge" (
set GIT_VERSION=2.7.4
) else (
- set GIT_VERSION=2.7.4
+ set GIT_VERSION=2.8.1
)
set GIT_VERSION=%GIT_VERSION%-%OS_BITS%
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698