Remove Git 1.9 version check

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…
This commit is contained in:
engelhro 2016-01-21 23:17:23 +01:00
parent 4b69790eab
commit 360409a2fd

View File

@ -7,9 +7,5 @@
"bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ], "bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ],
"post_install": [ "post_install": [
"git config --global credential.helper wincred" "git config --global credential.helper wincred"
], ]
"checkver": {
"url": "http://git-scm.com/download/win",
"re": "downloading version <strong>([^<]+)</strong>"
}
} }