aboutsummaryrefslogtreecommitdiff
path: root/Limit.hs
Commit message (Expand)AuthorAge
* reorg matcher types; no non-type code changesGravatar Joey Hess2014-03-29
* Improve behavior when unable to parse a preferred content expression (thanks,...Gravatar Joey Hess2014-03-20
* theoretical optimisation of --inGravatar Joey Hess2014-03-13
* --metadata field=value can now use globs to match, and matches case insensati...Gravatar Joey Hess2014-02-21
* limiting files based on metadataGravatar Joey Hess2014-02-13
* more hlintGravatar Joey Hess2014-02-11
* --in can now refer to files that were located in a repository at some past da...Gravatar Joey Hess2014-02-06
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Gravatar Joey Hess2014-01-29
* add "unused" preferred content expressionGravatar Joey Hess2014-01-22
* benchmarked numcopies .gitattributes in preferred contentGravatar Joey Hess2014-01-21
* reorgGravatar Joey Hess2014-01-21
* reorganize numcopies code (no behavior changes)Gravatar Joey Hess2014-01-21
* Add and use numcopiesneeded preferred content expression.Gravatar Joey Hess2014-01-20
* improve matcher data type to allow matching Keys, instead of just files (no b...Gravatar Joey Hess2014-01-18
* refactorGravatar Joey Hess2013-10-28
* update for Duration type changeGravatar Joey Hess2013-10-08
* squash compiler warnings on WindowsGravatar Joey Hess2013-08-04
* fix Android build, broken for 2 daysGravatar Joey Hess2013-05-26
* refactorGravatar Joey Hess2013-05-24
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* Avoid depending on regex-tdfa on mips, mipsel, and s390, where it fails to bu...Gravatar Joey Hess2013-05-06
* per-IA-item content directoriesGravatar Joey Hess2013-04-25
* clean up urlrenderer handling when the webapp is not builtGravatar Joey Hess2013-04-03
* hlintGravatar Joey Hess2013-04-03
* fix preferred content check for 1 semitrusted or better copyGravatar Joey Hess2013-04-02
* New annex.largefiles setting, which configures which files `git annex add` an...Gravatar Joey Hess2013-03-29
* linelengthGravatar Joey Hess2013-03-12
* Switch from using regex-compat to regex-tdfa, as the C regex library is rathe...Gravatar Joey Hess2013-03-08
* fix * glob matching files in subdirectoriesGravatar Joey Hess2013-02-26
* deal with Glob/filemanip conflictGravatar Joey Hess2013-02-16
* Now uses the Haskell Glob library, rather than pcre-light, avoiding the need ...Gravatar Joey Hess2013-02-11
* can now build Android targeted binaryGravatar Joey Hess2013-02-10
* --auto fixesGravatar Joey Hess2012-12-06
* more indentation. must stop.Gravatar Joey Hess2012-10-28
* fix warningGravatar Joey Hess2012-10-20
* Replace "in=" with "present" in preferred content expressionsGravatar Joey Hess2012-10-19
* Preferred content path matching bugfix.Gravatar Joey Hess2012-10-17
* rename --ingroup to --inallgroupGravatar Joey Hess2012-10-10
* add --ingroup limitGravatar Joey Hess2012-10-08
* Added --smallerthan and --largerthan limitsGravatar Joey Hess2012-10-08
* add AssumeNotPresent parameter to limitsGravatar Joey Hess2012-10-05
* added preferred-content log, and allow editing it with vicfgGravatar Joey Hess2012-10-04
* vicfg: New command, allows editing (or simply viewing) most of the repository...Gravatar Joey Hess2012-10-03
* A way to match files in repositories in a groupGravatar Joey Hess2012-10-01
* New --time-limit option, makes long git-annex commands stop after a specified...Gravatar Joey Hess2012-09-25
* changelog and minor cleanup to fix mixed spaces/tabsGravatar Joey Hess2012-09-23
* Limiting the number of copies per trustlevelGravatar Nicolas Pouillard2012-09-23
* rename readMaybe to readishGravatar Joey Hess2012-01-23
* break module dependancy loopGravatar Joey Hess2012-01-10