Git 1.9.2

This commit is contained in:
Keiichi Shimamura 2014-05-06 21:48:07 -04:00 committed by sakai135
parent 993f7abfa9
commit 820d2168ee

View File

@ -1,9 +1,9 @@
{ {
"homepage": "http://msysgit.github.io/", "homepage": "http://msysgit.github.io/",
"license": "GPL2", "license": "GPL2",
"version": "1.9.0", "version": "1.9.2",
"url": "https://msysgit.googlecode.com/files/PortableGit-1.9.0-preview20140217.7z", "url": "https://github.com/msysgit/msysgit/releases/download/Git-1.9.2-preview20140411/PortableGit-1.9.2-preview20140411.7z",
"hash": "sha1:a26032341b4f3c0bb57eb298ba886438f974fc38", "hash": "ba3d95ad7b5ef0a6ecf2825f82b35e9192e5503c50e64aa49e0a9ee8a4a1672e",
"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"
@ -12,4 +12,4 @@
"url": "http://git-scm.com/download/win", "url": "http://git-scm.com/download/win",
"re": "downloading version <strong>([^<]+)</strong>" "re": "downloading version <strong>([^<]+)</strong>"
} }
} }