summaryrefslogtreecommitdiff
path: root/Limit.hs
Commit message (Expand)AuthorAge
* 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
* per-IA-item content directoriesJoey Hess2013-04-25
* clean up urlrenderer handling when the webapp is not builtJoey Hess2013-04-03
* hlintJoey Hess2013-04-03
* fix preferred content check for 1 semitrusted or better copyJoey Hess2013-04-02
* New annex.largefiles setting, which configures which files `git annex add` an...Joey Hess2013-03-29
* linelengthJoey Hess2013-03-12
* Switch from using regex-compat to regex-tdfa, as the C regex library is rathe...Joey Hess2013-03-08
* fix * glob matching files in subdirectoriesJoey Hess2013-02-26
* deal with Glob/filemanip conflictJoey Hess2013-02-16
* Now uses the Haskell Glob library, rather than pcre-light, avoiding the need ...Joey Hess2013-02-11
* can now build Android targeted binaryJoey Hess2013-02-10
* --auto fixesJoey Hess2012-12-06
* more indentation. must stop.Joey Hess2012-10-28
* fix warningJoey Hess2012-10-20
* Replace "in=" with "present" in preferred content expressionsJoey Hess2012-10-19
* Preferred content path matching bugfix.Joey Hess2012-10-17
* rename --ingroup to --inallgroupJoey Hess2012-10-10
* add --ingroup limitJoey Hess2012-10-08
* Added --smallerthan and --largerthan limitsJoey Hess2012-10-08
* add AssumeNotPresent parameter to limitsJoey Hess2012-10-05