git-annex/Logs
Joey Hess 40aab719df Replace "in=" with "present" in preferred content expressions
in= was problimatic in two ways. First, it referred to a remote by name,
but preferred content expressions can be evaluated elsewhere, where that
remote doesn't exist, or a different remote has the same name. This name
lookup code could error out at runtime. Secondly, in= seemed pretty useless.
in=here did not cause content to be gotten, but it did let present content
be dropped.

present is more useful, although "not present" is unstable and should be
avoided.
2012-10-19 16:09:21 -04:00
..
Group.hs implement saving of repository settings 2012-10-10 19:13:49 -04:00
Location.hs noop 2012-04-21 23:32:33 -04:00
PreferredContent.hs Replace "in=" with "present" in preferred content expressions 2012-10-19 16:09:21 -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 standard preferred content settings for client, transfer, backup, and archive repositories 2012-10-10 13:54:40 -04:00
Web.hs add routes to pause/start/cancel transfers 2012-08-08 16:20:24 -04:00