Include git-receive-pack, git-upload-pack, and git wrappers in the Linux standalone build, and OSX app, so they will be available when it's added to PATH.

This commit is contained in:
Joey Hess 2013-12-24 16:28:10 -04:00
parent b9d3cfa0c5
commit 706c74aa98
15 changed files with 197 additions and 1 deletions

View file

@ -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