From 56d7e058ba368bc59d99e0ffe96d8a37fc2946eb Mon Sep 17 00:00:00 2001 From: "iannucci@chromium.org" Date: Fri, 27 May 2016 21:39:32 +0000 Subject: [PATCH] Update windows git to 2.8.3 R=sheyang@chromium.org BUG=600028 Review URL: https://codereview.chromium.org/2015423002 . git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@300669 0039d316-1c4b-4281-b951-d872f2087c98 --- bootstrap/win/win_tools.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat index c8142f9627..4daadce7ff 100644 --- a/bootstrap/win/win_tools.bat +++ b/bootstrap/win/win_tools.bat @@ -68,7 +68,7 @@ set FIND_EXE=%SYSTEMROOT%\System32\find.exe reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | %FIND_EXE% /i "x86" > NUL && (set OS_BITS=32) || (set OS_BITS=64) if not exist "%WIN_TOOLS_ROOT_DIR%\.git_bleeding_edge" ( - set GIT_VERSION=2.7.4 + set GIT_VERSION=2.8.3 ) else ( set GIT_VERSION=2.8.3 )