aboutsummaryrefslogtreecommitdiff
path: root/Remotes.hs
Commit message (Expand)AuthorAge
* remove debugGravatar Joey Hess2010-12-31
* git-annex-shell now exclusively used for all remote accessGravatar Joey Hess2010-12-31
* tuple makes it clearerGravatar Joey Hess2010-12-31
* use git-annex-shell configlistGravatar Joey Hess2010-12-31
* git-annex-shell is completeGravatar Joey Hess2010-12-31
* unfinished switch to using git-annex-shellGravatar Joey Hess2010-12-30
* better filtering out of current repoGravatar Joey Hess2010-12-29
* don't include the current repo in trusted uuid listGravatar Joey Hess2010-12-29
* support trusted repositories that are not configured as remotesGravatar Joey Hess2010-12-29
* refactorGravatar Joey Hess2010-12-29
* Add trust and untrust subcommands, to allow configuring remotes that are trus...Gravatar Joey Hess2010-12-28
* rewordGravatar Joey Hess2010-12-02
* use rsync for all remote file transfersGravatar Joey Hess2010-12-02
* Rsync will now be used to resume interrupted/failed partial file transfers fr...Gravatar Joey Hess2010-12-02
* finished hlintingGravatar Joey Hess2010-11-22
* Only use cp -a if it is supported, falling back to cp -p or plain cp.Gravatar Joey Hess2010-11-18
* refactoring, no code changes reallyGravatar Joey Hess2010-11-08
* bigfix: doubled shell escapeGravatar Joey Hess2010-11-06
* add global fallback for per-repo optionsGravatar Joey Hess2010-11-01
* finished adding support for annex.ssh-optionsGravatar Joey Hess2010-11-01
* make a ssh call honor annex-ssh-optionsGravatar Joey Hess2010-10-31
* bugfix: git annex move --from <file remote>Gravatar Joey Hess2010-10-31
* simplify evalsGravatar Joey Hess2010-10-31
* refactor inAnnex remote checking to RemotesGravatar Joey Hess2010-10-31
* Added remote.annex-scp-options and remote.annex-ssh-options.Gravatar Joey Hess2010-10-31
* use ssh -p to preserve permsGravatar Joey Hess2010-10-31
* more escaping for sshGravatar Joey Hess2010-10-31
* bugfix: shell escape for scpGravatar Joey Hess2010-10-31
* -Wall cleanGravatar Joey Hess2010-10-31
* ok, let's just use extensible-exceptionsGravatar Joey Hess2010-10-30
* Support building with Debian stable's ghc.Gravatar Joey Hess2010-10-30
* avoid unnessary newlines before progress in quiet modeGravatar Joey Hess2010-10-29
* syntax tweaksGravatar Joey Hess2010-10-28
* got rid of almost all 'return ()'Gravatar Joey Hess2010-10-28
* tweaksGravatar Joey Hess2010-10-28
* copyright statements0.02Gravatar Joey Hess2010-10-27
* tweakGravatar Joey Hess2010-10-27
* better messagesGravatar Joey Hess2010-10-25
* add setkey subcommandGravatar Joey Hess2010-10-25
* add dropkey subcommand and --quietGravatar Joey Hess2010-10-25
* drop incomplete bare repo supportGravatar Joey Hess2010-10-25
* git annex move --from remote almost workingGravatar Joey Hess2010-10-25
* bugfixGravatar Joey Hess2010-10-23
* incompleteGravatar Joey Hess2010-10-23
* bugfixGravatar Joey Hess2010-10-23
* reorgGravatar Joey Hess2010-10-23
* reorg remote key presense checking codeGravatar Joey Hess2010-10-23
* store from and to repositories separatelyGravatar Joey Hess2010-10-23
* fix perl refugee codeGravatar Joey Hess2010-10-22
* --from/--to can be used to limit the remote repository that git-annex uses.Gravatar Joey Hess2010-10-22