Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | new fromkey subcommand, for registering urls, etc0.01 | Joey Hess | 2010-10-21 |
| | | | | had to redo Annex monad's flag storage | ||
* | gratuitous rename | Joey Hess | 2010-10-18 |
| | |||
* | prune | Joey Hess | 2010-10-17 |
| | |||
* | move supportedBackends list into annex monad | Joey Hess | 2010-10-17 |
| | | | | | | | This was necessary so the File backend could import Backend w/o a cycle. Moved code that checks whether enough backends have a file into File backend. | ||
* | tweaks | Joey Hess | 2010-10-16 |
| | |||
* | avoid empty commits | Joey Hess | 2010-10-14 |
| | |||
* | add flags, and change to subcommand style | Joey Hess | 2010-10-14 |
| | |||
* | bug | Joey Hess | 2010-10-14 |
| | |||
* | more reorg, spiffed up state monad | Joey Hess | 2010-10-14 |
| | |||
* | more namespace cleanup | Joey Hess | 2010-10-14 |
| | |||
* | convert GitRepo to qualified import | Joey Hess | 2010-10-14 |
| | |||
* | add module that only exports abstract types | Joey Hess | 2010-10-14 |
| | |||
* | bugfix | Joey Hess | 2010-10-13 |
| | |||
* | use a state monad | Joey Hess | 2010-10-13 |
| | | | | enormous reworking | ||
* | copying almost working | Joey Hess | 2010-10-13 |
| | |||
* | almost able to get files from remotes now! | Joey Hess | 2010-10-13 |
| | |||
* | move some stuff out of IO | Joey Hess | 2010-10-13 |
| | |||
* | cost ordering | Joey Hess | 2010-10-13 |
| | |||
* | cleanup3 | Joey Hess | 2010-10-13 |
| | |||
* | cleanup2 | Joey Hess | 2010-10-13 |
| | |||
* | key conversion back from file bugfixes | Joey Hess | 2010-10-13 |
| | |||
* | cleanup | Joey Hess | 2010-10-13 |
| | |||
* | error handling | Joey Hess | 2010-10-13 |
| | |||
* | autobugfixing! | Joey Hess | 2010-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. | ||
* | bugfx | Joey Hess | 2010-10-13 |
| | |||
* | bugfix | Joey Hess | 2010-10-13 |
| | |||
* | fix relative symlink 2 | Joey Hess | 2010-10-13 |
| | |||
* | relative symlink to annexed file | Joey Hess | 2010-10-13 |
| | |||
* | update | Joey Hess | 2010-10-13 |
| | |||
* | got rid of the .git-annex/key.backend files | Joey Hess | 2010-10-13 |
| | |||
* | bugfixes | Joey Hess | 2010-10-12 |
| | |||
* | record annexed files in log | Joey Hess | 2010-10-12 |
| | |||
* | avoid redownload | Joey Hess | 2010-10-12 |
| | |||
* | getting files via http working! | Joey Hess | 2010-10-12 |
| | |||
* | hookup annexgetfile | Joey Hess | 2010-10-12 |
| | |||
* | simplify some function signatures using state | Joey Hess | 2010-10-12 |
| | |||
* | thread State thru to backends | Joey Hess | 2010-10-12 |
| | |||
* | update | Joey Hess | 2010-10-12 |
| | |||
* | uuid type | Joey Hess | 2010-10-12 |
| | |||
* | stub | Joey Hess | 2010-10-12 |
| | |||
* | correctness | Joey Hess | 2010-10-12 |
| | |||
* | update | Joey Hess | 2010-10-12 |
| | |||
* | add uuid | Joey Hess | 2010-10-12 |
| | |||
* | tweak | Joey Hess | 2010-10-12 |
| | |||
* | faddle | Joey Hess | 2010-10-12 |
| | |||
* | moved config reading into GitRepo | Joey Hess | 2010-10-11 |
| | |||
* | cleanup | Joey Hess | 2010-10-11 |
| | |||
* | explicit exports | Joey Hess | 2010-10-11 |
| | |||
* | split up Types | Joey Hess | 2010-10-11 |
| | |||
* | adjust merge config | Joey Hess | 2010-10-11 |
| | | | | *.log will merge, but foo.$backend files will not |