Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | convert safeSystem to boolSystem | Joey Hess | 2010-10-29 |
| | | | | to fix ctrl-c handling | ||
* | ikiwiki is not really needed | Joey Hess | 2010-10-29 |
| | |||
* | Merge remote branch 'branchable/master' | Joey Hess | 2010-10-29 |
|\ | |||
* | | really fix SIGINT handling | Joey Hess | 2010-10-29 |
| | | | | | | | | | | Have to completly avoid SIGINT being trapped, which means going very low-level. | ||
* | | Fix SIGINT handling. | Joey Hess | 2010-10-29 |
| | | |||
* | | syntax tweaks | Joey Hess | 2010-10-28 |
| | | |||
* | | Add --verbose | Joey Hess | 2010-10-28 |
| | | |||
* | | Fix support for file:// remotes. | Joey Hess | 2010-10-28 |
| | | |||
* | | took Josh's asvice and unified the Repo data types & used pattern matching more | Joey Hess | 2010-10-28 |
| | | |||
* | | tweak | Joey Hess | 2010-10-28 |
| | | |||
* | | got rid of almost all 'return ()' | Joey Hess | 2010-10-28 |
| | | |||
* | | tweaks | Joey Hess | 2010-10-28 |
| | | |||
| * | (no commit message) | Eugen_Paiuc | 2010-10-28 |
|/ | |||
* | idea | Joey Hess | 2010-10-27 |
| | |||
* | xargs needed | Joey Hess | 2010-10-27 |
| | |||
* | add news item for git-annex 0.02 | Joey Hess | 2010-10-27 |
| | |||
* | copyright statements0.02 | Joey Hess | 2010-10-27 |
| | |||
* | symlinks | Joey Hess | 2010-10-27 |
| | |||
* | update | Joey Hess | 2010-10-27 |
| | |||
* | warning about sha1 | Joey Hess | 2010-10-27 |
| | |||
* | some work on the sha1 backend; still incomplete | Joey Hess | 2010-10-27 |
| | |||
* | tweaks | Joey Hess | 2010-10-27 |
| | |||
* | doc pointer | Joey Hess | 2010-10-27 |
| | |||
* | update | Joey Hess | 2010-10-27 |
| | |||
* | pre-commit hook | Joey Hess | 2010-10-27 |
| | |||
* | don't try to set up .gitattributes every time; only do it on git annex init | Joey Hess | 2010-10-27 |
| | |||
* | tweak | Joey Hess | 2010-10-27 |
| | |||
* | use xargs | Joey Hess | 2010-10-27 |
| | |||
* | use git command queue | Joey Hess | 2010-10-26 |
| | |||
* | add git queue to Annex monad | Joey Hess | 2010-10-26 |
| | | | | not used anywhere just yet.. | ||
* | bugfix | Joey Hess | 2010-10-25 |
| | |||
* | short-circuit as soon as enough remotes are verified to have a file | Joey Hess | 2010-10-25 |
| | |||
* | handle better the case of a disconnected drive remote | Joey Hess | 2010-10-25 |
| | |||
* | bugfix | Joey Hess | 2010-10-25 |
| | |||
* | better messages | Joey Hess | 2010-10-25 |
| | |||
* | improve git annex move in walkthrough | Joey Hess | 2010-10-25 |
| | |||
* | update | Joey Hess | 2010-10-25 |
| | |||
* | done | Joey Hess | 2010-10-25 |
| | |||
* | add setkey subcommand | Joey Hess | 2010-10-25 |
| | | | | And finished implementing move --to | ||
* | changelog | Joey Hess | 2010-10-25 |
| | |||
* | speed up git annex move --from | Joey Hess | 2010-10-25 |
| | | | | | | | | Avoid extra ssh to check if the remote has the key, just trust the location log (and propigate error if it's wrong). Quick exit when asked to move files that are not on the remote, so this is now suitable to be used on a big directory. | ||
* | fix failure propigation | Joey Hess | 2010-10-25 |
| | |||
* | new bug | Joey Hess | 2010-10-25 |
| | |||
* | typo | Joey Hess | 2010-10-25 |
| | |||
* | 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 |
| | |||
* | comments | Joey Hess | 2010-10-25 |
| | |||
* | wording | Joey Hess | 2010-10-25 |
| | |||
* | split commands into 3 phases | Joey Hess | 2010-10-25 |
| | | | | I feel like I just leveled up in Haskell. |