aboutsummaryrefslogtreecommitdiff
path: root/Annex.hs
Commit message (Expand)AuthorAge
* 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
* code simplification thanks to applicative functorsGravatar Joey Hess2011-08-25
* avoid the functorGravatar Joey Hess2011-08-21
* drop an unnecessart liftIOGravatar Joey Hess2011-08-19
* make Annex an opaque data typeGravatar Joey Hess2011-08-19
* remove unused backend machineryGravatar Joey Hess2011-07-05
* rename GitQueue to Git.QueueGravatar Joey Hess2011-06-30
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* cache the trustmapGravatar Joey Hess2011-06-23
* Branch handling improvementsGravatar Joey Hess2011-06-22
* add a small cache of the most recently accessed item from the git-annex branchGravatar Joey Hess2011-06-22
* code to update a git-annex branchGravatar Joey Hess2011-06-21
* pointless golfingGravatar Joey Hess2011-06-20
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* better types allowed breaking module dep loopGravatar Joey Hess2011-06-01
* Add --trust, --untrust, and --semitrust options.Gravatar Joey Hess2011-06-01
* Add --numcopies option.Gravatar Joey Hess2011-06-01
* --backend now overrides any backend configured in .gitattributes files.Gravatar Joey Hess2011-05-18
* more monadic operator useGravatar Joey Hess2011-05-15
* Control.Monad.State import fix for debian stableGravatar Joey Hess2011-04-26