summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/BundledPrograms.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs
index ae49f3061..0c2e177f4 100644
--- a/Build/BundledPrograms.hs
+++ b/Build/BundledPrograms.hs
@@ -22,6 +22,10 @@ bundledPrograms = catMaybes
#ifndef mingw32_HOST_OS
-- git is not included in the windows bundle
, Just "git"
+ -- Not strictly needed in PATH by git-annex, but called
+ -- by git when it sshes to a remote.
+ , Just "git-upload-pack"
+ , Just "git-receive-pack"
#endif
, Just "cp"
#ifndef mingw32_HOST_OS