summaryrefslogtreecommitdiff
path: root/Types.hs
Commit message (Collapse)AuthorAge
* break out non-log stuff to separate moduleGravatar Joey Hess2011-10-15
|
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
|
* rename fileGravatar Joey Hess2011-03-15
|
* first pass at using new keysGravatar Joey Hess2011-03-15
| | | | | | | It compiles. It sorta works. Several subcommands are FIXME marked and broken, because things that used to accept separate --backend and --key params need to be changed to accept just a --key that encodes all the key info, now that there is metadata in keys.
* rename TypeInternals to BackendTypesGravatar Joey Hess2011-01-26
| | | | Now that it only contains types used by the backends
* successfully split Annex and AnnexState out of TypeInternalsGravatar Joey Hess2011-01-25
|
* copyright statements0.02Gravatar Joey Hess2010-10-27
|
* add dropkey subcommand and --quietGravatar Joey Hess2010-10-25
| | | | Needed for better git annex move --from
* new fromkey subcommand, for registering urls, etc0.01Gravatar Joey Hess2010-10-21
| | | | had to redo Annex monad's flag storage
* gratuitous renameGravatar Joey Hess2010-10-18
|
* add flags, and change to subcommand styleGravatar Joey Hess2010-10-14
|
* bugfixGravatar Joey Hess2010-10-14
|
* more reorg, spiffed up state monadGravatar Joey Hess2010-10-14
|
* more namespace cleanupGravatar Joey Hess2010-10-14
|
* convert GitRepo to qualified importGravatar Joey Hess2010-10-14
|
* updateGravatar Joey Hess2010-10-13
|
* use a state monadGravatar Joey Hess2010-10-13
| | | | enormous reworking
* autobugfixing!Gravatar Joey Hess2010-10-13
| | | | | | | | Converted Key to a real data type and caught all the places where I used an unconverted filename as a key. Had to loose some sanity checks around whether something is already annexed, but I guess I can add those back other ways.
* bugfixesGravatar Joey Hess2010-10-12
|
* more stateGravatar Joey Hess2010-10-12
|
* thread State thru to backendsGravatar Joey Hess2010-10-12
|
* updateGravatar Joey Hess2010-10-12
|
* split up TypesGravatar Joey Hess2010-10-11
|
* add git config lookups for annex.name, annex.backends, etcGravatar Joey Hess2010-10-11
|
* updateGravatar Joey Hess2010-10-10
|
* cache whether a repo is bareGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10
|
* updateGravatar Joey Hess2010-10-10