diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-27 16:35:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-27 16:35:24 -0400 |
commit | 52346eabaa84898e6b0c7c7fdb6fcf96ae053b95 (patch) | |
tree | ffd32e568f64c700b725ca4d679fce9ae9dc80a2 | |
parent | 647752fa80322e3885cdcdd44692a7e326061247 (diff) |
add git-shell binary to bundles
-rw-r--r-- | Build/BundledPrograms.hs | 1 |
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 |