summaryrefslogtreecommitdiff
path: root/Commands.hs
Commit message (Collapse)AuthorAge
* reorgGravatar 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
* 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
|
* tweaksGravatar Joey Hess2010-10-16
|
* git annex describeGravatar 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
|
* 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
|
* relative link fixGravatar Joey Hess2010-10-15
|
* cleanupGravatar Joey Hess2010-10-15
|
* updateGravatar Joey Hess2010-10-14
|
* avoid empty commitsGravatar Joey Hess2010-10-14
|
* forcingGravatar Joey Hess2010-10-14
|
* add flags, and change to subcommand styleGravatar Joey Hess2010-10-14
|
* changed key to include backend nameGravatar Joey Hess2010-10-14
|
* bugfixGravatar Joey Hess2010-10-14
|
* better shutdownGravatar Joey Hess2010-10-14
|
* annex.numcopies worksGravatar Joey Hess2010-10-14
|
* indentGravatar Joey Hess2010-10-14
|
* commentGravatar Joey Hess2010-10-14
|
* cooler command-line handlingGravatar Joey Hess2010-10-14
|
* refactorGravatar Joey Hess2010-10-14
|
* implemented basic --dropGravatar Joey Hess2010-10-14
|
* default commandGravatar Joey Hess2010-10-14
|
* more refactorGravatar Joey Hess2010-10-14
|
* more reorg, spiffed up state monadGravatar Joey Hess2010-10-14