aboutsummaryrefslogtreecommitdiff
path: root/Remotes.hs
Commit message (Expand)AuthorAge
* converted move to use RemoteGravatar Joey Hess2011-03-27
* add remotes slot to AnnexGravatar Joey Hess2011-03-27
* start of generalizing remotesGravatar Joey Hess2011-03-27
* more thoughtsGravatar Joey Hess2011-03-26
* test suite passes againGravatar Joey Hess2011-03-15
* first pass at using new keysGravatar Joey Hess2011-03-15
* Support ssh remotes with a port specified.Gravatar Joey Hess2011-03-05
* move repoConfig out of RemotesGravatar Joey Hess2011-03-05
* improve GitRepos functions for pulling apart URL to repoGravatar Joey Hess2011-03-05
* add describe subcommandGravatar Joey Hess2011-03-03
* renameGravatar Joey Hess2011-02-28
* use ShellParam typeGravatar Joey Hess2011-02-28
* Support filenames that start with a dash; when such a file is passed to a uti...Gravatar Joey Hess2011-02-25
* map improvementsGravatar Joey Hess2011-02-03
* new map subcommand, basically workingGravatar Joey Hess2011-02-03
* use mapM_Gravatar Joey Hess2011-01-31
* better directory handlingGravatar Joey Hess2011-01-27
* move partitioning out of keyPossibilitiesGravatar Joey Hess2011-01-26
* trust setting improvementsGravatar Joey Hess2011-01-26
* implement 3 level trust storage in trust.logGravatar Joey Hess2011-01-26
* rework config storageGravatar Joey Hess2011-01-26
* successfully split Annex and AnnexState out of TypeInternalsGravatar Joey Hess2011-01-25
* got rid of Core moduleGravatar Joey Hess2011-01-16
* Bugfix: `copy --to` and `move --to` forgot to stage location log changes afte...Gravatar Joey Hess2011-01-11
* bugfix: Running `move --to` with a non-ssh remote failed.Gravatar Joey Hess2011-01-07
* fix reversion in annex-ignoredGravatar Joey Hess2011-01-04
* bugfix: Running `move --to` with a remote whose UUID was not yet knownGravatar Joey Hess2011-01-04
* reorgGravatar Joey Hess2011-01-04
* refactorGravatar Joey Hess2011-01-04
* 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