aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
Commit message (Expand)AuthorAge
* Deal with the MonadFail proposalGravatar Benjamin Barenblat2022-01-19
* Eliminate Data.Map.insertWith'Gravatar Benjamin Barenblat2022-01-19
* fix --json-progress --json to be same as --json --json-progressGravatar Joey Hess2018-02-19
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* convert importfeed to youtube-dlGravatar Joey Hess2017-11-29
* better dup key with -J fixGravatar Joey Hess2017-10-17
* Improve behavior when -J transfers multiple files that point to the same keyGravatar Joey Hess2017-10-17
* add annex-ignore-command and annex-sync-command configsGravatar Joey Hess2017-08-17
* fix sshCleanup race using STMGravatar Joey Hess2017-05-11
* Ssh password prompting improved when using -JGravatar Joey Hess2017-05-11
* annex.backend is the new name for what was annex.backendsGravatar Joey Hess2017-05-09
* get -J: Improve distribution of jobs amoung remotes when there are more jobs ...Gravatar Joey Hess2017-03-08
* annex.autocommit can be configured via git-annex configGravatar Joey Hess2017-02-03
* config: New command for storing configuration in the git-annex branch.Gravatar Joey Hess2017-01-30
* Optimisations to git-annex branch query and setting, avoiding repeated copies...Gravatar Joey Hess2016-09-29
* disentangle concurrency and message typeGravatar Joey Hess2016-09-09
* get -J: Download different files from different remotes when the remotes have...Gravatar Joey Hess2016-09-06
* git annex add in adjusted unlocked branchGravatar Joey Hess2016-03-29
* Sped up git-annex add in direct mode and v6 by using git hash-object --batch.Gravatar Joey Hess2016-03-14
* remove 3 build flagsGravatar Joey Hess2016-01-26
* Bug fix: Git config settings passed to git-annex -c did not always take effect.Gravatar Joey Hess2016-01-22
* flush keys db queue even on exceptionGravatar Joey Hess2015-12-23
* optimise read and write for Keys database (untested)Gravatar Joey Hess2015-12-23
* temporarily remove cached keys database connectionGravatar Joey Hess2015-12-16
* add inode cache to the dbGravatar Joey Hess2015-12-09
* stash DbHandle in Annex stateGravatar Joey Hess2015-12-09
* arrange for regional output manager to run when -J is enabledGravatar Joey Hess2015-11-04
* add regions to concurrent outputGravatar Joey Hess2015-11-04
* fix lockKey to run callback in original Annex monad, not local remote'sGravatar Joey Hess2015-10-09
* converted MetaData, eliminating a global value from Annex state .. beautifulGravatar Joey Hess2015-07-12
* better memoize core.sharedrepository handlingGravatar Joey Hess2015-05-19
* use lock pools throughout git-annexGravatar Joey Hess2015-05-19
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\
| * refactorGravatar Joey Hess2015-04-30
* | get, move, copy, mirror: Concurrent downloads and uploads are now supported!Gravatar Joey Hess2015-04-10
|/
* use defGravatar Joey Hess2015-04-03
* --auto is no longer a global option; only get, drop, and copy accept it.Gravatar Joey Hess2015-03-25
* Submodules are now supported by git-annex!Gravatar Joey Hess2015-03-02
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* remove ifdef that is always trueGravatar Joey Hess2015-01-15
* handle sync's use of setCurrentDirectory to work with relative pathsGravatar Joey Hess2015-01-06
* Switch to using relative paths to the git repository.Gravatar Joey Hess2015-01-06
* try to avoid Windows MAX_PATH limit, by using \\?\ prefix on git repo pathGravatar Joey Hess2015-01-06
* Urls can now be claimed by remotes. This will allow creating, for example, a ...Gravatar Joey Hess2014-12-08
* When accessing a local remote, shut down git-cat-file processes afterwards, t...Gravatar Joey Hess2014-08-20
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* fix for Windows file timestamp timezone madnessGravatar Joey Hess2014-06-12
* allow building with old versions of exceptions before MonadMask was split outGravatar Joey Hess2014-05-28
* Use exceptions in place of deprecated MonadCatchIO-transformersGravatar Ben Gamari2014-05-28
* factor out getRemoteGitConfigGravatar Joey Hess2014-05-16