git-annex/Types
Joey Hess ba3825441c rework Differences data type
Eliminated complexity and future proofed. The most important change is that
all functions over Difference are now total; any Difference that can be
expressed should be handled. Avoids needs for sanity checking of inputs,
and version skew with the future.

Also, the difference.log now serializes a [Difference], not a Differences.
This saves space and keeps it simpler.

Note that [Difference] might contain conflicting differences (eg,
[Version5, Version6]. In this case, one of them needs to consistently win
over the others, probably based on Ord.
2015-01-28 13:50:02 -04:00
..
Availability.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Backend.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
BranchState.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
CleanupActions.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Command.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Creds.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Crypto.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
DesktopNotify.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Difference.hs rework Differences data type 2015-01-28 13:50:02 -04:00
Distribution.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
FileMatcher.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
GitConfig.hs Repository tuning parameters can now be passed when initializing a repository for the first time. 2015-01-27 17:38:06 -04:00
Group.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Key.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
KeySource.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
LockPool.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Messages.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
MetaData.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
NumCopies.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Option.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Remote.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
ScheduledActivity.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
StandardGroups.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
StoreRetrieve.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
TrustLevel.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
UrlContents.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
UUID.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
View.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00