aboutsummaryrefslogtreecommitdiff
path: root/Limit.hs
Commit message (Expand)AuthorAge
* securehash matchingGravatar Joey Hess2017-02-27
* add KeyVariety typeGravatar Joey Hess2017-02-24
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* Fix bug in annex.largefiles mimetype= matching when git-annex is run in a sub...Gravatar Joey Hess2016-04-12
* Support --metadata field<number, --metadata field>number etc to match ranges ...Gravatar Joey Hess2016-02-27
* Avoid crashing when built with MagicMime support, but when the magic database...Gravatar Joey Hess2016-02-23
* matchexpression: Added --largefiles option to parse an annex.largefiles expre...Gravatar Joey Hess2016-02-03
* annex.largefiles: Add support for mimetype=text/* etc, when git-annex is link...Gravatar Joey Hess2016-02-03
* simplifyGravatar Joey Hess2016-02-03
* annex.largefiles can be configured in .gitattributes tooGravatar Joey Hess2016-02-02
* matchexpression: New plumbing command to check if a preferred content express...Gravatar Joey Hess2016-01-25
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* reorgGravatar Joey Hess2015-12-15
* avoid unnecessary reading of git-annex branch data when matching on annex.lar...Gravatar Joey Hess2015-12-04
* Improve shutdown due to --time-limit, especially for fsckGravatar Joey Hess2015-07-31
* Added new "anything" preferred content expression, which matches all versions...Gravatar Joey Hess2015-06-16
* refactorGravatar Joey Hess2015-04-30
* relFile does not have to be relative; rename to currFileGravatar Joey Hess2015-02-06
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* hlintGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* replace (Key, Backend) with KeyGravatar Joey Hess2014-04-17
* 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