summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* convert safeSystem to boolSystemGravatar Joey Hess2010-10-29
| | | | to fix ctrl-c handling
* ikiwiki is not really neededGravatar Joey Hess2010-10-29
|
* Merge remote branch 'branchable/master'Gravatar Joey Hess2010-10-29
|\
* | really fix SIGINT handlingGravatar Joey Hess2010-10-29
| | | | | | | | | | Have to completly avoid SIGINT being trapped, which means going very low-level.
* | Fix SIGINT handling.Gravatar Joey Hess2010-10-29
| |
* | syntax tweaksGravatar Joey Hess2010-10-28
| |
* | Add --verboseGravatar Joey Hess2010-10-28
| |
* | Fix support for file:// remotes.Gravatar Joey Hess2010-10-28
| |
* | took Josh's asvice and unified the Repo data types & used pattern matching moreGravatar Joey Hess2010-10-28
| |
* | tweakGravatar Joey Hess2010-10-28
| |
* | got rid of almost all 'return ()'Gravatar Joey Hess2010-10-28
| |
* | tweaksGravatar Joey Hess2010-10-28
| |
| * (no commit message)Gravatar Eugen_Paiuc2010-10-28
|/
* ideaGravatar Joey Hess2010-10-27
|
* xargs neededGravatar Joey Hess2010-10-27
|
* add news item for git-annex 0.02Gravatar Joey Hess2010-10-27
|
* copyright statements0.02Gravatar Joey Hess2010-10-27
|
* symlinksGravatar Joey Hess2010-10-27
|
* updateGravatar Joey Hess2010-10-27
|
* warning about sha1Gravatar Joey Hess2010-10-27
|
* some work on the sha1 backend; still incompleteGravatar Joey Hess2010-10-27
|
* tweaksGravatar Joey Hess2010-10-27
|
* doc pointerGravatar Joey Hess2010-10-27
|
* updateGravatar Joey Hess2010-10-27
|
* pre-commit hookGravatar Joey Hess2010-10-27
|
* don't try to set up .gitattributes every time; only do it on git annex initGravatar Joey Hess2010-10-27
|
* tweakGravatar Joey Hess2010-10-27
|
* use xargsGravatar Joey Hess2010-10-27
|
* use git command queueGravatar Joey Hess2010-10-26
|
* add git queue to Annex monadGravatar Joey Hess2010-10-26
| | | | not used anywhere just yet..
* bugfixGravatar Joey Hess2010-10-25
|
* short-circuit as soon as enough remotes are verified to have a fileGravatar Joey Hess2010-10-25
|
* handle better the case of a disconnected drive remoteGravatar Joey Hess2010-10-25
|
* bugfixGravatar Joey Hess2010-10-25
|
* better messagesGravatar Joey Hess2010-10-25
|
* improve git annex move in walkthroughGravatar Joey Hess2010-10-25
|
* updateGravatar Joey Hess2010-10-25
|
* doneGravatar Joey Hess2010-10-25
|
* add setkey subcommandGravatar Joey Hess2010-10-25
| | | | And finished implementing move --to
* changelogGravatar Joey Hess2010-10-25
|
* speed up git annex move --fromGravatar Joey Hess2010-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 propigationGravatar Joey Hess2010-10-25
|
* new bugGravatar Joey Hess2010-10-25
|
* typoGravatar Joey Hess2010-10-25
|
* add dropkey subcommand and --quietGravatar Joey Hess2010-10-25
| | | | Needed for better git annex move --from
* drop incomplete bare repo supportGravatar Joey Hess2010-10-25
| | | | | | Added a bug about it. Now git annex move --from works fully
* git annex move --from remote almost workingGravatar Joey Hess2010-10-25
|
* commentsGravatar Joey Hess2010-10-25
|
* wordingGravatar Joey Hess2010-10-25
|
* split commands into 3 phasesGravatar Joey Hess2010-10-25
| | | | I feel like I just leveled up in Haskell.