From 195288ce1332aa0716ebc33bc87e963b7afe438c Mon Sep 17 00:00:00 2001 From: Aaron Sun Date: Sat, 16 Jan 2016 00:22:38 +0000 Subject: [PATCH] add git-with-openssh --- git-with-openssh.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 git-with-openssh.json diff --git a/git-with-openssh.json b/git-with-openssh.json new file mode 100644 index 0000000000..c663b6d151 --- /dev/null +++ b/git-with-openssh.json @@ -0,0 +1,31 @@ +{ + "homepage": "https://git-for-windows.github.io/", + "license": "GPL2", + "version": "2.7.0.windows.1", + "architecture": { + "64bit": { + "url": "https://github.com/git-for-windows/git/releases/download/v2.7.0.windows.1/PortableGit-2.7.0-64-bit.7z.exe#/dl.7z", + "hash": "d7cf3f8ceef88b824fd7dfa476e2bbffd1bff0011b7577bc864e7fbb61fb95f1" + }, + "32bit": { + "url": "https://github.com/git-for-windows/git/releases/download/v2.7.0.windows.1/PortableGit-2.7.0-32-bit.7z.exe#/dl.7z", + "hash": "d1d46375004451beceb15c33c4807d50c925c039173df9f4bd0de0c01cd0f30c" + } + }, + "bin": [ "cmd\\git.exe", + "cmd\\gitk.exe", + "cmd\\git-gui.exe", + "usr\\bin\\ssh.exe", + "usr\\bin\\sshd.exe", + "usr\\bin\\scp.exe", + "usr\\bin\\sftp.exe", + "usr\\bin\\slogin.exe", + "usr\\bin\\ssh-add.exe", + "usr\\bin\\ssh-agent.exe", + "usr\\bin\\ssh-keygen.exe", + "usr\\bin\\ssh-keyscan.exe" + ], + "post_install": [ + "git config --global credential.helper wincred" + ] +} \ No newline at end of file