summaryrefslogtreecommitdiff
path: root/Limit
Commit message (Collapse)AuthorAge
* AssociatedFile newtypeJoey Hess2017-03-10
| | | | | | To prevent any further mistakes like 301aff34c42d896038c42e0a0bc7b1cf71e0ad22 This commit was sponsored by Francois Marier on Patreon.
* matchexpression: New plumbing command to check if a preferred content ↵Joey Hess2016-01-25
| | | | expression matches some data.
* remove 163 lines of code without changing anything except importsJoey Hess2016-01-20
|
* update my email address and homepage urlJoey Hess2015-01-21
|
* fix transfers of key with no associated fileJoey Hess2014-01-23
| | | | | | | | | | | | | | | | | Several places assumed this would not happen, and when the AssociatedFile was Nothing, did nothing. As part of this, preferred content checks pass the Key around. Note that checkMatcher is sometimes now called with Just Key and Just File. It currently constructs a FileMatcher, ignoring the Key. However, if it constructed a FileKeyMatcher, which contained both, then it might be possible to speed up parts of Limit, which currently call the somewhat expensive lookupFileKey to get the Key. I have not made this optimisation yet, because I am not sure if the key is always the same. Will need some significant checking to satisfy myself that's the case..
* improve matcher data type to allow matching Keys, instead of just files (no ↵Joey Hess2014-01-18
| | | | behavior changes)
* add --want-get and --want-drop optionsJoey Hess2013-10-28
New --want-get and --want-drop options which can be used to test preferred content settings. For example, "git annex find --in . --want-drop"