Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | make wrappers run git-shell, now that it's included, rather than git shell | Joey Hess | 2013-12-27 |
| | |||
* | add git-shell wrappers | Joey Hess | 2013-12-27 |
| | |||
* | Include git-receive-pack, git-upload-pack, and git wrappers in the Linux ↵ | Joey Hess | 2013-12-24 |
| | | | | standalone build, and OSX app, so they will be available when it's added to PATH. | ||
* | Programs from Linux and OSX standalone builds can now be symlinked into a ↵ | Joey Hess | 2013-12-15 |
| | | | | directory in PATH as an alternative installation method, and will use readlink to find where the build was unpacked. | ||
* | OSX: Make git-annex-webapp run in the background, so that the app icon can ↵ | Joey Hess | 2013-07-30 |
| | | | | be clicked on the open a new webapp when the assistant is already running. | ||
* | fun with exec | Joey Hess | 2013-07-23 |
| | |||
* | Update icon for osx, include a bunch of sized png's for other platforms to use | Jimmy Tang | 2013-07-22 |
| | |||
* | add git-annex-shell wrapper to linux and OSX standalone bundles | Joey Hess | 2013-05-31 |
| | | | | | | This can be useful when not using the assistant, and putting the bundle in PATH. This way, git-annex-shell is available for use by anything that ssh's in. | ||
* | deal with $0 having spaces in it | Joey Hess | 2013-03-20 |
| | |||
* | typo | Joey Hess | 2013-03-20 |
| | |||
* | reorganize osx app, so it can be put in PATH | Joey Hess | 2013-03-20 |
| | | | | | | Move all the binaries and libraries under a bundle/ subdirectory; so when it's in PATH only git-annex, runshell, and git-annex-webapp will be available. | ||
* | back to $SHELL for OSX app | Joey Hess | 2012-12-17 |
| | | | | | This is safe because we no longer mess with LD_PRELOAD equivilants. Since the linux standalone bundle still does, it continues to run sh. | ||
* | furnish git with an (empty) template directory in standalone builds | Joey Hess | 2012-12-13 |
| | | | | This will stop git-init complaining about missing template directory. | ||
* | fix PATH | Joey Hess | 2012-12-10 |
| | |||
* | remove unused cruft | Joey Hess | 2012-12-09 |
| | |||
* | fix bin paths in osx app | Joey Hess | 2012-12-08 |
| | |||
* | use install_name_tool to adjust library paths in osx app | Joey Hess | 2012-12-08 |
| | | | | Have not yet been able to test this. | ||
* | runshell: start sh, not $SHELL | Joey Hess | 2012-12-07 |
| | | | | $SHELL may need libraries not included in the bundle | ||
* | remove some settings that should not be needed | Joey Hess | 2012-12-07 |
| | |||
* | Fix broken .config/git-annex/program installed by standalone tarball. | Joey Hess | 2012-11-28 |
| | | | | | | | | It was doubly broken; both missing a slash, and containing "runshell git-annex", while some parts of the code expected it to be a simple path to a program. This appears to include the transfer queue runner, and the code that starts a new assistant process when switching to another repository in the webapp. | ||
* | The standalone builds now unset their special path and library path ↵ | Joey Hess | 2012-11-27 |
| | | | | | | variables before running the system web browser. Should fix a crash reported on OSX. | ||
* | also add shim from OSX runshell | Joey Hess | 2012-10-29 |
| | |||
* | use DYLD_ROOT_PATH | Joey Hess | 2012-10-11 |
| | | | | | With this, I can use jimmy's autobuilt dmg, which fails with the other two variables due to containing two versions of libiconv. | ||
* | move | Joey Hess | 2012-10-01 |