From 80152e1aa34a82059bbbe71016e86a6e38d608a9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 27 Dec 2013 16:35:24 -0400 Subject: [PATCH] add git-shell binary to bundles --- Build/BundledPrograms.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index 0c2e177f4d..d1f8cfd4a7 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -26,6 +26,7 @@ bundledPrograms = catMaybes -- by git when it sshes to a remote. , Just "git-upload-pack" , Just "git-receive-pack" + , Just "git-shell" #endif , Just "cp" #ifndef mingw32_HOST_OS