summaryrefslogtreecommitdiff
path: root/git-annex-shell.hs
Commit message (Collapse)AuthorAge
* support git funky remote syntaxesGravatar Joey Hess2011-03-03
| | | | | | * Look for dir.git directories the same as git does. * Support remote urls specified as relative paths. * Support non-ssh remote paths that contain tilde expansions.
* use ShellParam typeGravatar Joey Hess2011-02-28
| | | | | So, I have a type checked safe handling of filenames starting with dashes, throughout the code.
* idiomatic elemGravatar Joey Hess2011-01-30
|
* idiomGravatar Joey Hess2011-01-27
|
* support ssh urls containing "~", and relative user:pathGravatar Joey Hess2010-12-31
|
* git-annex-shell can now be used as a login shellGravatar Joey Hess2010-12-31
|
* git-annex-shell is completeGravatar Joey Hess2010-12-31
| | | | still not used
* git-annex-shell mostly done now, only needs 2 more subcommandsGravatar Joey Hess2010-12-30
|
* add git-annex-shell commandGravatar Joey Hess2010-12-30
This is not yet complete, as it does not allow starting rsync or scp.