summaryrefslogtreecommitdiff
path: root/Annex.hs
Commit message (Expand)AuthorAge
* 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
* fix build failure with flags -Webapp -QuviGravatar Fraser Tweedale2014-04-08
* reorg matcher types; no non-type code changesGravatar Joey Hess2014-03-29
* add desktop notificationsGravatar Joey Hess2014-03-22
* clean up cleanup action enumerationGravatar Joey Hess2014-03-13
* Fix zombie leak and general inneficiency when copying files to a local git repo.Gravatar Joey Hess2014-03-06
* pre-commit-annex hook script to automatically extract metadata from lots of t...Gravatar Joey Hess2014-03-02
* Probe for quvi version at run time.Gravatar Joey Hess2014-02-28
* metacata command can now operate on many files at onceGravatar Joey Hess2014-02-13
* use locking on WindowsGravatar Joey Hess2014-01-28
* add "unused" preferred content expressionGravatar Joey Hess2014-01-22
* numcopies cleanup, part 2Gravatar Joey Hess2014-01-21
* reorganize numcopies code (no behavior changes)Gravatar Joey Hess2014-01-21
* global numcopies settingGravatar Joey Hess2014-01-20
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* improve matcher data type to allow matching Keys, instead of just files (no b...Gravatar Joey Hess2014-01-18
* fix reversion in relative paths to local remotes of direct mode reposGravatar Joey Hess2013-11-26
* restart on upgrade now fully workingGravatar Joey Hess2013-11-22
* fix standalone build of this moduleGravatar Joey Hess2013-11-22
* automatically set and unset core.bare when switching to/from direct modeGravatar Joey Hess2013-11-05
* support direct mode repositories with core.bare=true (not yet default)Gravatar Joey Hess2013-11-05
* cleanupGravatar Joey Hess2013-10-18
* Send a git-annex user-agent when downloading urls.Gravatar Joey Hess2013-09-28
* gitignore support for the assistant and watcherGravatar Joey Hess2013-08-02
* Make --numcopies override annex.numcopies set in .gitattributes.Gravatar Joey Hess2013-07-09
* assistant: Work around git-cat-file's not reloading the index after files are...Gravatar Joey Hess2013-05-25
* refactorGravatar Joey Hess2013-05-24