From 0da24b8f0126c7c2444e6e17712d66a09da08b4f Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Sun, 7 Oct 2018 07:09:50 +0900 Subject: [PATCH] Update git-core to v2.19.1 --- CI/tools.py | 2 +- git-core | 2 +- helper/GIT-VERSION.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CI/tools.py b/CI/tools.py index 080627d9..aa4b0d30 100644 --- a/CI/tools.py +++ b/CI/tools.py @@ -15,7 +15,7 @@ MERCURIAL_VERSION = '4.7' -GIT_VERSION = '2.19.0' +GIT_VERSION = '2.19.1' ALL_MERCURIAL_VERSIONS = ( '1.9.3', '2.0.2', '2.1.2', '2.2.3', '2.3.2', '2.4.2', '2.5.4', diff --git a/git-core b/git-core index 1d4361b0..cae598d9 160000 --- a/git-core +++ b/git-core @@ -1 +1 @@ -Subproject commit 1d4361b0f344188ab5eec6dcea01f61a3a3a1670 +Subproject commit cae598d9980661a978e2df4fb338518f7bf09572 diff --git a/helper/GIT-VERSION.mk b/helper/GIT-VERSION.mk index 5bdee3c6..0aa1523e 100644 --- a/helper/GIT-VERSION.mk +++ b/helper/GIT-VERSION.mk @@ -1,2 +1,2 @@ -GIT_VERSION ?= v2.19.0 +GIT_VERSION ?= v2.19.1 WINDOWS_GIT_VERSION ?= $(GIT_VERSION).windows.1