Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add --exclude option to exclude files from processing. | Joey Hess | 2010-12-08 |
| | | | | | Required some lifting so flags are evaled in the Annex monad before file filtering. | ||
* | Avoid deleting temp files when rsync fails. | Joey Hess | 2010-12-02 |
| | |||
* | move stuff out of Core | Joey Hess | 2010-11-14 |
| | |||
* | broke subcommands out into separate modules | Joey Hess | 2010-11-02 |
| | |||
* | move | Joey Hess | 2010-11-01 |
| | |||
* | simplify evals | Joey Hess | 2010-10-31 |
| | |||
* | Fix crash on unknown symlinks. | Joey Hess | 2010-10-31 |
| | |||
* | more Wall cleaning | Joey Hess | 2010-10-31 |
| | |||
* | got rid of almost all 'return ()' | Joey Hess | 2010-10-28 |
| | |||
* | copyright statements0.02 | Joey Hess | 2010-10-27 |
| | |||
* | fix failure propigation | Joey Hess | 2010-10-25 |
| | |||
* | new fromkey subcommand, for registering urls, etc0.01 | Joey Hess | 2010-10-21 |
| | | | | had to redo Annex monad's flag storage | ||
* | stop trapping all exceptions | Joey Hess | 2010-10-19 |
| | | | | | | Need to allow exceptions to be thrown for SIGPIPE propigation. Converted places that used error unncessarily to not. | ||
* | 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 |
| | |||
* | now finds files in git or not depending on what command wants | Joey Hess | 2010-10-16 |
| | |||
* | add flags, and change to subcommand style | Joey Hess | 2010-10-14 |
| | |||
* | better shutdown | Joey Hess | 2010-10-14 |
| | |||
* | bug | Joey Hess | 2010-10-14 |
| | |||
* | comment | Joey Hess | 2010-10-14 |
| | |||
* | cooler command-line handling | Joey Hess | 2010-10-14 |
| | |||
* | refactor | Joey Hess | 2010-10-14 |
| | |||
* | more refactor | Joey Hess | 2010-10-14 |
| | |||
* | more reorg, spiffed up state monad | 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 |
| | |||
* | use a state monad | Joey Hess | 2010-10-13 |
| | | | | enormous reworking | ||
* | copying almost working | Joey Hess | 2010-10-13 |
| | |||
* | wording | Joey Hess | 2010-10-11 |
| | |||
* | better result summary | Joey Hess | 2010-10-11 |
| | |||
* | better option handling | Joey Hess | 2010-10-10 |
| | | | | multiple-file support for all modes | ||
* | update | Joey Hess | 2010-10-10 |
| | |||
* | update | Joey Hess | 2010-10-10 |
| | |||
* | convert GitRepo to struct with constructor | Joey Hess | 2010-10-10 |
| | |||
* | stub checksum backend | Joey Hess | 2010-10-10 |
| | |||
* | update | Joey Hess | 2010-10-10 |
| | |||
* | update | Joey Hess | 2010-10-10 |
| | |||
* | update | Joey Hess | 2010-10-10 |
| | |||
* | don't repeatedly call repoTop, it's a bit expensive | Joey Hess | 2010-10-10 |
| | |||
* | log compaction | Joey Hess | 2010-10-10 |
| | |||
* | fixed close after locking | Joey Hess | 2010-10-10 |
| | |||
* | add gitPrep to handle .gitattributes | Joey Hess | 2010-10-10 |
| | |||
* | add | Joey Hess | 2010-10-10 |