summaryrefslogtreecommitdiff
path: root/Types
Commit message (Expand)AuthorAge
* remove empty directories when removing from exportGravatar Joey Hess2017-09-15
* implement removeExportDirectoryGravatar Joey Hess2017-09-15
* export: cache connections for S3 and webdavGravatar Joey Hess2017-09-12
* External special remote protocol extended to support export.Gravatar Joey Hess2017-09-08
* prevent exporttree=yes on remotes that don't support exportsGravatar Joey Hess2017-09-07
* export file renamingGravatar Joey Hess2017-09-06
* git annex get from exportsGravatar Joey Hess2017-09-04
* use export db to correctly handle duplicate filesGravatar Joey Hess2017-09-04
* implement exporttree=yes configurationGravatar Joey Hess2017-09-04
* refactor ExportActionsGravatar Joey Hess2017-09-01
* make storeExport atomicGravatar Joey Hess2017-08-31
* provide file with content to exportGravatar Joey Hess2017-08-29
* add API for exportingGravatar Joey Hess2017-08-29
* use DynamicConfig to handle cost-commandGravatar Joey Hess2017-08-17
* add annex-ignore-command and annex-sync-command configsGravatar Joey Hess2017-08-17
* configuration to disable automatic merge conflict resolutionGravatar Joey Hess2017-06-01
* adeiu, MissingHGravatar Joey Hess2017-05-16
* Ssh password prompting improved when using -JGravatar Joey Hess2017-05-11
* de-Maybe remoteGitConfigGravatar Joey Hess2017-05-11
* annex.backend is the new name for what was annex.backendsGravatar Joey Hess2017-05-09
* Added remote.<name>.annex-push and remote.<name>.annex-pullGravatar Joey Hess2017-04-05
* test suite infra for testing mocked ssh remotesGravatar Joey Hess2017-03-17
* AssociatedFile newtypeGravatar Joey Hess2017-03-10
* improve layoutGravatar Joey Hess2017-03-01
* Fix reversion in yesterday's release that made SHA1E and MD5E backends not work.Gravatar Joey Hess2017-03-01
* fix build with old ghcGravatar Joey Hess2017-02-28
* annex.securehashesonlyGravatar Joey Hess2017-02-27
* add cryptographicallySecureGravatar Joey Hess2017-02-27
* fix up Read instance incompatability caused by recent commitGravatar Joey Hess2017-02-24
* add KeyVariety typeGravatar Joey Hess2017-02-24
* factor non-type stuff out of KeyGravatar Joey Hess2017-02-24
* make file2key reject E* backend keys with a long extensionGravatar Joey Hess2017-02-24
* Tighten key parser to not accept keys containing a non-numeric fields, which ...Gravatar Joey Hess2017-02-24
* post-recive hook to make updateInstead work in direct mode and adjusted branchesGravatar Joey Hess2017-02-17
* add SetupStage parameter to RemoteType.setupGravatar Joey Hess2017-02-07
* New annex.synccontent config settingGravatar Joey Hess2017-02-03
* annex.autocommit can be configured via git-annex configGravatar Joey Hess2017-02-03
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Added git-remote-tor-annex, which allows git pull and push to the tor hidden ...Gravatar Joey Hess2016-11-21
* implementation of peer-to-peer protocolGravatar Joey Hess2016-11-17
* drop incremental json object display; clean up codeGravatar Joey Hess2016-09-09
* better locking for json with -JGravatar Joey Hess2016-09-09
* addurl, get: Added --json-progress option, which adds progress objects to the...Gravatar Joey Hess2016-09-09
* buffer json output until done when in concurrent modeGravatar Joey Hess2016-09-09
* disentangle concurrency and message typeGravatar Joey Hess2016-09-09
* fix build with pre-AMP ghcGravatar Joey Hess2016-09-06
* Make --json and --quiet suppress automatic init messagesGravatar Joey Hess2016-09-05
* move Arbitrary instance to new Types.Transfer moduleGravatar Joey Hess2016-09-05
* get, move, copy, mirror: Added --failed switch which retries failed copies/movesGravatar Joey Hess2016-08-03
* Added metadata --batch option, which allows getting, setting, deleting, and m...Gravatar Joey Hess2016-07-27