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:
parent
b9d3cfa0c5
commit
706c74aa98
15 changed files with 197 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue