Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | safe recv-key in direct mode | Joey Hess | 2013-01-11 |
| | | | | | Checks the key's size and checksum. This is sorta expensive, but it avoids needing to add another round-trip to the protocol. | ||
* | git-annex-shell: GIT_ANNEX_SHELL_DIRECTORY can be set to limit it to ↵ | Joey Hess | 2012-11-05 |
| | | | | operating on a specified directory. | ||
* | hooked up git-annex-shell transferinfo | Joey Hess | 2012-09-21 |
| | | | | Finally done with progressbars! | ||
* | git-annex-shell transferinfo command | Joey Hess | 2012-09-21 |
| | | | | | TODO: Use this when running sendkey, to feed back transfer info from the client side rsync. | ||
* | add fields to git-annex-shell | Joey Hess | 2012-07-02 |
| | |||
* | typo | Joey Hess | 2012-06-24 |
| | |||
* | git-annex-shell: Runs hooks/annex-content after content is received or dropped. | Joey Hess | 2012-03-14 |
| | |||
* | add git-annex-shell commit | Joey Hess | 2012-02-25 |
| | | | | | | | | | Eventually, git-annex might try running this after making changes to a remote. I have not yet thought of a good way for it to tell which remotes it needs to run it on though. It can't just do it when shutting down a cached ssh connection, because ssh connection caching is optional, and that would not handle local remotes not accessed over ssh either. | ||
* | change footer | Joey Hess | 2011-12-07 |
| | |||
* | git-annex-shell: GIT_ANNEX_SHELL_READONLY and GIT_ANNEX_SHELL_LIMITED ↵ | Joey Hess | 2011-10-15 |
| | | | | | | environment variables can be set to limit what commands can be run. This could be used by eg, gitolite. | ||
* | layout | Joey Hess | 2011-05-14 |
| | |||
* | reformat to work around man page conversion bugs | Joey Hess | 2011-04-09 |
| | |||
* | updates | Joey Hess | 2011-03-03 |
| | |||
* | expand | Joey Hess | 2011-01-04 |
| | |||
* | git-annex-shell mostly done now, only needs 2 more subcommands | Joey Hess | 2010-12-30 |
| | |||
* | add git-annex-shell command | Joey Hess | 2010-12-30 |
This is not yet complete, as it does not allow starting rsync or scp. |