summaryrefslogtreecommitdiff
path: root/Limit.hs
Commit message (Expand)AuthorAge
* followupJoey Hess2018-06-04
* finish fixing inverted Ord for TrustLevelJoey Hess2018-04-13
* fix inverted Ord for TrustLevel (intermediate commit)Joey Hess2018-04-13
* securehash matchingJoey Hess2017-02-27
* add KeyVariety typeJoey Hess2017-02-24
* Some optimisations to string splitting code.Joey Hess2017-01-31
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Joey Hess2016-11-15
* Fix bug in annex.largefiles mimetype= matching when git-annex is run in a sub...Joey Hess2016-04-12
* Support --metadata field<number, --metadata field>number etc to match ranges ...Joey Hess2016-02-27
* Avoid crashing when built with MagicMime support, but when the magic database...Joey Hess2016-02-23
* matchexpression: Added --largefiles option to parse an annex.largefiles expre...Joey Hess2016-02-03
* annex.largefiles: Add support for mimetype=text/* etc, when git-annex is link...Joey Hess2016-02-03
* simplifyJoey Hess2016-02-03
* annex.largefiles can be configured in .gitattributes tooJoey Hess2016-02-02
* matchexpression: New plumbing command to check if a preferred content express...Joey Hess2016-01-25
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
* reorgJoey Hess2015-12-15
* avoid unnecessary reading of git-annex branch data when matching on annex.lar...Joey Hess2015-12-04
* Improve shutdown due to --time-limit, especially for fsckJoey Hess2015-07-31
* Added new "anything" preferred content expression, which matches all versions...Joey Hess2015-06-16
* refactorJoey Hess2015-04-30
* relFile does not have to be relative; rename to currFileJoey Hess2015-02-06
* update my email address and homepage urlJoey Hess2015-01-21
* add getFileSize, which can get the real size of a large file on WindowsJoey Hess2015-01-20
* hlintJoey Hess2014-10-09
* fix some mixed space+tab indentationJoey Hess2014-10-09
* unify exception handling into Utility.ExceptionJoey Hess2014-08-07
* replace (Key, Backend) with KeyJoey Hess2014-04-17
* reorg matcher types; no non-type code changesJoey Hess2014-03-29
* Improve behavior when unable to parse a preferred content expression (thanks,...Joey Hess2014-03-20
* theoretical optimisation of --inJoey Hess2014-03-13
* --metadata field=value can now use globs to match, and matches case insensati...Joey Hess2014-02-21
* limiting files based on metadataJoey Hess2014-02-13
* more hlintJoey Hess2014-02-11
* --in can now refer to files that were located in a repository at some past da...Joey Hess2014-02-06
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Joey Hess2014-01-29
* add "unused" preferred content expressionJoey Hess2014-01-22
* benchmarked numcopies .gitattributes in preferred contentJoey Hess2014-01-21
* reorgJoey Hess2014-01-21
* reorganize numcopies code (no behavior changes)Joey Hess2014-01-21
* Add and use numcopiesneeded preferred content expression.Joey Hess2014-01-20
* improve matcher data type to allow matching Keys, instead of just files (no b...Joey Hess2014-01-18
* refactorJoey Hess2013-10-28
* update for Duration type changeJoey Hess2013-10-08
* squash compiler warnings on WindowsJoey Hess2013-08-04
* fix Android build, broken for 2 daysJoey Hess2013-05-26
* refactorJoey Hess2013-05-24
* fix permission damage (thanks, Windows)Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Joey Hess2013-05-11
* Avoid depending on regex-tdfa on mips, mipsel, and s390, where it fails to bu...Joey Hess2013-05-06