aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
Commit message (Expand)AuthorAge
* 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
* do a cleanup commit after moving data from or to a git remoteGravatar Joey Hess2012-02-25
* Added a annex.queuesize settingGravatar Joey Hess2012-02-15
* rework git check-attr interfaceGravatar Joey Hess2012-02-13
* switch to the strict state monadGravatar Joey Hess2012-01-29
* ssh connection cachingGravatar Joey Hess2012-01-20
* Add annex-trustlevel configuration settings, which can be used to override t...Gravatar Joey Hess2012-01-09
* more command-specific optionsGravatar Joey Hess2012-01-06
* type aliasGravatar Joey Hess2011-12-31
* type alias cleanupGravatar Joey Hess2011-12-31
* Merge branch 'new-monad-control'Gravatar Joey Hess2011-12-24
|\
* | Format strings can be specified using the new --find option, to control what ...Gravatar Joey Hess2011-12-22
* | fix commentGravatar Joey Hess2011-12-20
* | use Common in a few more modulesGravatar Joey Hess2011-12-20
* | split out three modules from GitGravatar Joey Hess2011-12-13
| * Merge branch 'master' into new-monad-controlGravatar Joey Hess2011-12-11
| |\ | |/ |/|
* | Fix caching of decrypted ciphers, which failed when drop had to check multipl...Gravatar Joey Hess2011-12-08
| * the Annex newtype is backGravatar Joey Hess2011-12-06
| * adjust to build with monad-control-0.3Gravatar Joey Hess2011-12-05
|/
* find: Support --print0Gravatar Joey Hess2011-11-22
* golfGravatar Joey Hess2011-11-12
* cleanupGravatar Joey Hess2011-11-09
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* The fromkey command now takes the key as its first parameter. The --key optio...Gravatar Joey Hess2011-10-31
* improve config reading when operating on remote on same hostGravatar Joey Hess2011-10-27
* factor out common importsGravatar Joey Hess2011-10-03
* refactor catfile codeGravatar Joey Hess2011-09-28
* rework annex-ignore handlingGravatar Joey Hess2011-09-18
* refactor --exclude to use Utility.MatcherGravatar Joey Hess2011-09-18
* remove optimize subcommand; use --auto insteadGravatar Joey Hess2011-09-15
* basic json supportGravatar Joey Hess2011-09-01
* generalize quiet flag to output typeGravatar Joey Hess2011-09-01