summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-27 16:35:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-27 16:35:24 -0400
commit52346eabaa84898e6b0c7c7fdb6fcf96ae053b95 (patch)
treeffd32e568f64c700b725ca4d679fce9ae9dc80a2 /Build
parent647752fa80322e3885cdcdd44692a7e326061247 (diff)
add git-shell binary to bundles
Diffstat (limited to 'Build')
-rw-r--r--Build/BundledPrograms.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs
index 0c2e177f4..d1f8cfd4a 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