21 lines
1018 B
JSON

{
"homepage": "https://git-for-windows.github.io/",
"license": "GPL2",
"version": "2.6.2.windows.1",
"architecture": {
"64bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.6.2.windows.1/PortableGit-2.6.2-64-bit.7z.exe#/dl.7z",
"hash": "d217c7ee731e238500ecf89588eb2b16aa04689122e8b720a7f0bd948ec3d0ac"
},
"32bit": {
"url": "https://github.com/git-for-windows/git/releases/download/v2.6.2.windows.1/PortableGit-2.6.2-32-bit.7z.exe#/dl.7z",
"hash": "6ca05f79c29cd692c87e09ac1ed456ad6a928958797bcec6bdc9c40ef8d4fc15"
}
},
"bin": [ "cmd\\git.exe", "cmd\\gitk.exe", "cmd\\git-gui.exe" ],
"post_install": [
"git config --global credential.helper wincred"
],
"notes": "To get Git to recognise OpenSSH, you will need to run\n\nscoop install openssh\n[environment]::setenvironmentvariable('GIT_SSH', (resolve-path (scoop which ssh)), 'USER')\n\nand then restart powershell."
}