From 360409a2fd30a04a84b3b7ed501cbced9fbb4bf6 Mon Sep 17 00:00:00 2001 From: engelhro Date: Thu, 21 Jan 2016 23:17:23 +0100 Subject: [PATCH] Remove Git 1.9 version check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Git for Windows 1.x is deprecated, no more updates will be available. The version check used so far 1) doesn't work and 2) would report the most current Git 2.x version anyway… --- git19.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/git19.json b/git19.json index 0df7d230a1..7c202d9967 100644 --- a/git19.json +++ b/git19.json @@ -7,9 +7,5 @@ "bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ], "post_install": [ "git config --global credential.helper wincred" - ], - "checkver": { - "url": "http://git-scm.com/download/win", - "re": "downloading version ([^<]+)" - } + ] }