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

@ -18,3 +18,6 @@ $ git-upload-pack
$ git-receive-pack
/volume1/downloads/git-annex.linux/shimmed/sh/sh: 20: git-receive-pack: not found
"""]]
> [[fixed|done]]; added git, git-upload-pack, and git-receive-pack wrappers
> to git-annex.linux/. Also to equivilant place in OSX app. --[[Joey]]