Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | matchexpression: New plumbing command to check if a preferred content ↵ | Joey Hess | 2016-01-25 |
| | | | | expression matches some data. | ||
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
| | |||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | fix transfers of key with no associated file | Joey Hess | 2014-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 Hess | 2014-01-18 |
| | | | | behavior changes) | ||
* | add --want-get and --want-drop options | Joey Hess | 2013-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" |