aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
Commit message (Expand)AuthorAge
...
* 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
* Switch to MonadCatchIO-transformers for better handling of state while catchi...Gravatar Joey Hess2013-05-19
* start one git-cat-file per index fileGravatar Joey Hess2013-05-15
* turn on PackageImports globallyGravatar Joey Hess2013-04-13
* Use lower case hash directories for storing files on crippled filesystems, sa...Gravatar Joey Hess2013-04-04
* Bugfix: Fix bug in inode cache sentinal check, which broke copying to local r...Gravatar Joey Hess2013-03-12
* Direct mode: Support filesystems like FAT which can change their inodes each ...Gravatar Joey Hess2013-02-19
* remove unused itemGravatar Joey Hess2013-02-14
* type based git config handling for remotesGravatar Joey Hess2013-01-01
* type based git config handlingGravatar Joey Hess2012-12-29
* memoize parsing of annex.direct config settingGravatar Joey Hess2012-12-29
* indentation foo, and a new coding style page. no code changesGravatar Joey Hess2012-10-28
* deal with mtl/monads-tf conflictGravatar Joey Hess2012-10-24
* add ConfigMonitor threadGravatar Joey Hess2012-10-20
* Preferred content path matching bugfix.Gravatar Joey Hess2012-10-17
* add AssumeNotPresent parameter to limitsGravatar Joey Hess2012-10-05
* added preferred-content log, and allow editing it with vicfgGravatar Joey Hess2012-10-04
* group, ungroup: New commands to indicate groups of repositories.Gravatar Joey Hess2012-10-01
* pointlessnessGravatar Joey Hess2012-06-29
* run event handlers all in the same Annex monadGravatar Joey Hess2012-06-04
* Add support for core.worktree, and fix support for GIT_WORK_TREE and GIT_DIR.Gravatar Joey Hess2012-05-18
* fix test suite buildGravatar Joey Hess2012-04-30
* Added shared cipher mode to encryptable special remotes.Gravatar Joey Hess2012-04-29
* display "Recording state in git..." when staging the journalGravatar Joey Hess2012-04-27
* cache parsed core.sharedrepositoryGravatar Joey Hess2012-04-21