From 830095263588d353323cbf3c356740e6eb8ec3eb Mon Sep 17 00:00:00 2001 From: "scottmg@chromium.org" Date: Fri, 30 Jan 2015 22:47:41 +0000 Subject: [PATCH] Bump bleeding edge git to 1.9.5-chromium.6 build. BUG=444470 R=scottmg@chromium.org, iannucci@google.com Review URL: https://codereview.chromium.org/888923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293889 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 8ffda386c..fb521ceaa 100644 --- a/bootstrap/win/win_tools.bat +++ b/bootstrap/win/win_tools.bat @@ -58,7 +58,7 @@ goto :END :GIT_CHECK if "%DEPOT_TOOLS_GIT_BLEEDING%" == "1" ( - set GIT_VERSION=1.9.5.chromium.5 + set GIT_VERSION=1.9.5.chromium.6 ) else ( set GIT_VERSION=1.9.5.chromium.5 )