From 3f802b8b1f20b44a54f2c32a9e721ac82c16c472 Mon Sep 17 00:00:00 2001 From: "iannucci@chromium.org" Date: Wed, 30 Apr 2014 01:43:58 +0000 Subject: [PATCH] Roll windows git to include htmlpathalt. This will allow e.g. `git help rebase-update` to work. R=agable@chromium.org BUG=238428 Review URL: https://codereview.chromium.org/253243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@267038 0039d316-1c4b-4281-b951-d872f2087c98 --- bootstrap/win/win_tools.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat index 9231b00ef..1e1260c96 100644 --- a/bootstrap/win/win_tools.bat +++ b/bootstrap/win/win_tools.bat @@ -64,8 +64,8 @@ goto :GIT_190_CHECK :GIT_190_CHECK -set GIT_ERASE_TOP=2 -set GIT_VERSION=1.9.0.chromium.3 +set GIT_ERASE_TOP=3 +set GIT_VERSION=1.9.0.chromium.4 if not "%DEPOT_TOOLS_GIT_BLEEDING%" == "1" goto :GIT_190_CHECK_REST set GIT_ERASE_TOP=3