summaryrefslogtreecommitdiff
path: root/Commands.hs
Commit message (Collapse)AuthorAge
* new fromkey subcommand, for registering urls, etc0.01Gravatar Joey Hess2010-10-21
| | | | had to redo Annex monad's flag storage
* autocommit on initGravatar Joey Hess2010-10-20
|
* updateGravatar Joey Hess2010-10-19
|
* less verbose failures seem better hereGravatar Joey Hess2010-10-19
|
* stop trapping all exceptionsGravatar Joey Hess2010-10-19
| | | | | | Need to allow exceptions to be thrown for SIGPIPE propigation. Converted places that used error unncessarily to not.
* gratuitous renameGravatar Joey Hess2010-10-18
|
* spelingGravatar Joey Hess2010-10-18
|
* experimentally, removing all actual git committingGravatar Joey Hess2010-10-18
| | | | Idea is the user will commit when ready, just stage everything.
* cleanupGravatar Joey Hess2010-10-17
|
* commit logs at end; fasterGravatar Joey Hess2010-10-17
|
* don't complain if a file is not annexedGravatar 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
|
* command output cleanupGravatar Joey Hess2010-10-17
|
* verbosityGravatar Joey Hess2010-10-17
|
* 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
|