Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ok, let's just use extensible-exceptions | Joey Hess | 2010-10-30 |
| | |||
* | Support building with Debian stable's ghc. | Joey Hess | 2010-10-30 |
| | |||
* | avoid unnessary newlines before progress in quiet mode | Joey Hess | 2010-10-29 |
| | |||
* | syntax tweaks | Joey Hess | 2010-10-28 |
| | |||
* | got rid of almost all 'return ()' | Joey Hess | 2010-10-28 |
| | |||
* | tweaks | Joey Hess | 2010-10-28 |
| | |||
* | copyright statements0.02 | Joey Hess | 2010-10-27 |
| | |||
* | tweak | Joey Hess | 2010-10-27 |
| | |||
* | better messages | Joey Hess | 2010-10-25 |
| | |||
* | add setkey subcommand | Joey Hess | 2010-10-25 |
| | | | | And finished implementing move --to | ||
* | add dropkey subcommand and --quiet | Joey Hess | 2010-10-25 |
| | | | | Needed for better git annex move --from | ||
* | drop incomplete bare repo support | Joey Hess | 2010-10-25 |
| | | | | | | Added a bug about it. Now git annex move --from works fully | ||
* | git annex move --from remote almost working | Joey Hess | 2010-10-25 |
| | |||
* | bugfix | Joey Hess | 2010-10-23 |
| | | | | Annex.new can throw an IO exception if a remote git repo is not available. | ||
* | incomplete | Joey Hess | 2010-10-23 |
| | |||
* | bugfix | Joey Hess | 2010-10-23 |
| | |||
* | reorg | Joey Hess | 2010-10-23 |
| | |||
* | reorg remote key presense checking code | Joey Hess | 2010-10-23 |
| | | | | | | Also, it now checks if a key is inAnnex, ie, cached in .git/annex, not if it is present in a remote. For the File Backend, these are equivilant, not so for other backends. | ||
* | store from and to repositories separately | Joey Hess | 2010-10-23 |
| | |||
* | fix perl refugee code | Joey Hess | 2010-10-22 |
| | |||
* | --from/--to can be used to limit the remote repository that git-annex uses. | Joey Hess | 2010-10-22 |
| | |||
* | separate remote names with commas | Joey Hess | 2010-10-22 |
| | |||
* | avoid reading configs for URL remotes every time | Joey Hess | 2010-10-22 |
| | |||
* | new fromkey subcommand, for registering urls, etc0.01 | Joey Hess | 2010-10-21 |
| | | | | had to redo Annex monad's flag storage | ||
* | improved messages when a file is not available in remotes | Joey Hess | 2010-10-19 |
| | |||
* | fix remote uuid learning bug | Joey Hess | 2010-10-19 |
| | |||
* | update | Joey Hess | 2010-10-16 |
| | |||
* | tweaks | Joey Hess | 2010-10-16 |
| | |||
* | annex.numcopies works | Joey Hess | 2010-10-14 |
| | |||
* | implemented basic --drop | Joey Hess | 2010-10-14 |
| | |||
* | uuid cache done | Joey Hess | 2010-10-14 |
| | |||
* | query remotes for uuids | Joey Hess | 2010-10-14 |
| | | | | (not cached yet) | ||
* | 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 |
| | |||
* | update | Joey Hess | 2010-10-13 |
| | |||
* | implemented remotes config caching | Joey Hess | 2010-10-13 |
| | |||
* | use a state monad | Joey Hess | 2010-10-13 |
| | | | | enormous reworking | ||
* | almost able to get files from remotes now! | Joey Hess | 2010-10-13 |