summaryrefslogtreecommitdiff
path: root/Remotes.hs
Commit message (Collapse)AuthorAge
...
* 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
| | | | And finished implementing move --to
* add dropkey subcommand and --quietGravatar Joey Hess2010-10-25
| | | | Needed for better git annex move --from
* drop incomplete bare repo supportGravatar Joey Hess2010-10-25
| | | | | | Added a bug about it. Now git annex move --from works fully
* git annex move --from remote almost workingGravatar Joey Hess2010-10-25
|
* bugfixGravatar Joey Hess2010-10-23
| | | | Annex.new can throw an IO exception if a remote git repo is not available.
* 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
| | | | | | Also, it now checks if a key is inAnnex, ie, cached in .git/annex, not if it is present in a remote. For the File Backend, these are equivilant, not so for other backends.
* 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
|
* separate remote names with commasGravatar Joey Hess2010-10-22
|
* avoid reading configs for URL remotes every timeGravatar Joey Hess2010-10-22
|
* new fromkey subcommand, for registering urls, etc0.01Gravatar Joey Hess2010-10-21
| | | | had to redo Annex monad's flag storage
* improved messages when a file is not available in remotesGravatar Joey Hess2010-10-19
|
* fix remote uuid learning bugGravatar Joey Hess2010-10-19
|
* updateGravatar Joey Hess2010-10-16
|
* tweaksGravatar Joey Hess2010-10-16
|
* annex.numcopies worksGravatar Joey Hess2010-10-14
|
* implemented basic --dropGravatar Joey Hess2010-10-14
|
* uuid cache doneGravatar Joey Hess2010-10-14
|
* query remotes for uuidsGravatar Joey Hess2010-10-14
| | | | (not cached yet)
* more reorg, spiffed up state monadGravatar Joey Hess2010-10-14
|
* more namespace cleanupGravatar Joey Hess2010-10-14
|
* convert GitRepo to qualified importGravatar Joey Hess2010-10-14
|
* add module that only exports abstract typesGravatar Joey Hess2010-10-14
|
* updateGravatar Joey Hess2010-10-13
|
* implemented remotes config cachingGravatar Joey Hess2010-10-13
|
* use a state monadGravatar Joey Hess2010-10-13
| | | | enormous reworking
* almost able to get files from remotes now!Gravatar Joey Hess2010-10-13