summaryrefslogtreecommitdiff
path: root/standalone/linux/skel/git-receive-pack
Commit message (Collapse)AuthorAge
* Support symlinking git-annex and git-annex-shell from the Linux standalone ↵Gravatar Joey Hess2014-05-16
| | | | | | | | | bundle into PATH. Unless busybox doesn't support readlink -f, then it just uses readlink and symlinking won't work. Also, OSX has no readlink -f so not done there. Thanks, jlebar.
* Include git-receive-pack, git-upload-pack, and git wrappers in the Linux ↵Gravatar Joey Hess2013-12-24
standalone build, and OSX app, so they will be available when it's added to PATH.