summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* updateGravatar Joey Hess2010-10-17
|
* rename describe to init and show usageGravatar Joey Hess2010-10-17
|
* remove some old todosGravatar Joey Hess2010-10-17
|
* atomic file retrieval from backendsGravatar Joey Hess2010-10-17
|
* cleanup outputGravatar Joey Hess2010-10-17
|
* command output cleanupGravatar Joey Hess2010-10-17
|
* verbosityGravatar Joey Hess2010-10-17
|
* pruneGravatar Joey Hess2010-10-17
|
* reorgGravatar Joey Hess2010-10-17
|
* bugfixGravatar Joey Hess2010-10-17
|
* updateGravatar Joey Hess2010-10-17
|
* move supportedBackends list into annex monadGravatar Joey Hess2010-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.
* git annex drop -- do not try to drop if key is not in backendGravatar Joey Hess2010-10-17
|
* remove checksum from WORMGravatar Joey Hess2010-10-17
| | | | with size and mtime in the key, it's redundant
* add visible size and time to worm keysGravatar Joey Hess2010-10-17
|
* bugfixGravatar Joey Hess2010-10-16
|
* typoGravatar Joey Hess2010-10-16
|
* actually, unannex w/o commit can workGravatar Joey Hess2010-10-16
| | | | just have to git rm
* nocommit does not make sense in unannex modeGravatar Joey Hess2010-10-16
|
* bugfix: don't add files under .git-annexGravatar Joey Hess2010-10-16
| | | | That could happen if git annex add -N were used repeatedly..
* oops, should commit descriptions!Gravatar Joey Hess2010-10-16
|
* remove useless checksGravatar Joey Hess2010-10-16
| | | | the file will always be a symlink at this point
* add fix subcommandGravatar Joey Hess2010-10-16
|
* add fix subcommandGravatar Joey Hess2010-10-16
|
* show full usageGravatar Joey Hess2010-10-16
|
* refactorGravatar Joey Hess2010-10-16
|
* add --no-commit optionGravatar Joey Hess2010-10-16
|
* updateGravatar Joey Hess2010-10-16
|
* todoGravatar Joey Hess2010-10-16
|
* upGravatar Joey Hess2010-10-16
|
* need SHA tooGravatar Joey Hess2010-10-16
|
* debianizationGravatar Joey Hess2010-10-16
|
* tweaksGravatar Joey Hess2010-10-16
|
* git annex describeGravatar Joey Hess2010-10-16
|
* updatteGravatar Joey Hess2010-10-16
|
* updateGravatar Joey Hess2010-10-16
|
* updateGravatar Joey Hess2010-10-16
|
* tweakGravatar Joey Hess2010-10-16
|
* now finds files in git or not depending on what command wantsGravatar Joey Hess2010-10-16
|
* bugfixGravatar Joey Hess2010-10-16
|
* add inGit/notInGitGravatar Joey Hess2010-10-16
|
* dropped defaultCmdGravatar Joey Hess2010-10-16
| | | | With recusrion, it doesn't really make sense.
* basic recursion done; skipping git stuff still todoGravatar Joey Hess2010-10-16
|
* quiet commit of logsGravatar Joey Hess2010-10-16
|
* implemented uuid.logGravatar Joey Hess2010-10-15
|
* rename backends moreGravatar Joey Hess2010-10-15
|
* lift to IOGravatar Joey Hess2010-10-15
|
* updateGravatar Joey Hess2010-10-15
|
* use some library functionsGravatar Joey Hess2010-10-15
| | | | retry with a bugfix
* Revert "use some library functions"Gravatar Joey Hess2010-10-15
| | | | | | This reverts commit 8e742bd89e6bd3d83c44847c0455043809c64c89. meh?