git-annex/Logs
Joey Hess 7bb4d507ba add AssumeNotPresent parameter to limits
Solves the issue with preferred content expressions and dropping that
I mentioned yesterday. My solution was to add a parameter to specify a set
of repositories where content should be assumed not to be present. When
deciding whether to drop, it can put the current repository in, and then
if the expression fails to match, the content can be dropped.

Using yesterday's example "(not copies=trusted:2) and (not in=usbdrive)",
when the local repo is one of the 2 trusted copies, the drop check will
see only 1 trusted copy, so the expression matches, and so the content will
not be dropped.
2012-10-05 16:52:44 -04:00
..
Group.hs added preferred-content log, and allow editing it with vicfg 2012-10-04 16:00:19 -04:00
Location.hs noop 2012-04-21 23:32:33 -04:00
PreferredContent.hs add AssumeNotPresent parameter to limits 2012-10-05 16:52:44 -04:00
Presence.hs pointlessness 2012-06-29 10:00:05 -04:00
Remote.hs syntax tweaks 2012-05-02 19:51:41 -04:00
Transfer.hs fixes for transfer resume 2012-09-24 13:18:16 -04:00
Trust.hs added preferred-content log, and allow editing it with vicfg 2012-10-04 16:00:19 -04:00
Unused.hs add routes to pause/start/cancel transfers 2012-08-08 16:20:24 -04:00
UUID.hs noop 2012-04-21 23:32:33 -04:00
UUIDBased.hs use strict insertWith 2012-05-04 00:44:11 -04:00
Web.hs add routes to pause/start/cancel transfers 2012-08-08 16:20:24 -04:00