From ee3b892dca2dd1cfd01d3bcda14901275422cbd2 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 --- bucket/git-with-openssh.json | 1 + bucket/git.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/git-with-openssh.json b/bucket/git-with-openssh.json index 5b6899a8..7d749fe1 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/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/bucket/git.json b/bucket/git.json index 694dac34..58b7aa5f 100644 --- a/bucket/git.json +++ b/bucket/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"