From 42e903e0520686b751c3a104264aee2448c02c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85smund=20Grammeltvedt?= Date: Tue, 20 Dec 2016 21:37:16 +0100 Subject: [PATCH] Install git-bash with git --- git-with-openssh.json | 1 + git.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/git-with-openssh.json b/git-with-openssh.json index 5b6899a806..7d749fe110 100644 --- a/git-with-openssh.json +++ b/git-with-openssh.json @@ -17,6 +17,7 @@ "cmd\\git.exe", "cmd\\gitk.exe", "cmd\\git-gui.exe", + "git-bash.exe", "usr\\bin\\ssh.exe", "usr\\bin\\sshd.exe", "usr\\bin\\scp.exe", diff --git a/git.json b/git.json index 694dac34c6..58b7aa5f42 100644 --- a/git.json +++ b/git.json @@ -16,7 +16,8 @@ "bin": [ "cmd\\git.exe", "cmd\\gitk.exe", - "cmd\\git-gui.exe" + "cmd\\git-gui.exe", + "git-bash.exe" ], "post_install": [ "git config --global credential.helper wincred"