git-annex/Types
Joey Hess 9f1577f746 remove unused backend machinery
The only remaining vestiage of backends is different types of keys. These
are still called "backends", mostly to avoid needing to change user interface
and configuration. But everything to do with storing keys in different
backends was gone; instead different types of remotes are used.

In the refactoring, lots of code was moved out of odd corners like
Backend.File, to closer to where it's used, like Command.Drop and
Command.Fsck. Quite a lot of dead code was removed. Several data structures
became simpler, which may result in better runtime efficiency. There should
be no user-visible changes.
2011-07-05 19:57:46 -04:00
..
Backend.hs remove unused backend machinery 2011-07-05 19:57:46 -04:00
BranchState.hs Sped back up fsck, copy --from etc 2011-06-29 21:47:31 -04:00
Crypto.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Key.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Remote.hs renamed GitRepo to Git 2011-06-30 13:21:39 -04:00
TrustLevel.hs cache the trustmap 2011-06-23 21:25:39 -04:00
UUID.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00