summaryrefslogtreecommitdiff
path: root/Commands.hs
Commit message (Collapse)AuthorAge
* broke subcommands out into separate modulesGravatar Joey Hess2010-11-02
|
* better message when ikiwiki is not availableGravatar Joey Hess2010-11-01
|
* finally got the types clear enoughGravatar Joey Hess2010-11-01
|
* better typesGravatar Joey Hess2010-11-01
|
* less confusing names for the subcommand stage typesGravatar Joey Hess2010-11-01
|
* now only need to add gitattributes lookupGravatar Joey Hess2010-11-01
|
* bring back param descriptions in usageGravatar Joey Hess2010-11-01
|
* rework completeGravatar Joey Hess2010-11-01
|
* big subcommand dispatch reworkGravatar Joey Hess2010-11-01
| | | | not quite done.. head hurts
* rework subcommand invocation logicGravatar Joey Hess2010-11-01
|
* bugfix: git annex move --from <file remote>Gravatar Joey Hess2010-10-31
| | | | | The data structure comparison didn't work because for a file remote, the config gets read for one structure but not the other.
* changelogGravatar Joey Hess2010-10-31
|
* factor out stagedFilesGravatar Joey Hess2010-10-29
|
* syntax tweaksGravatar Joey Hess2010-10-28
|
* Add --verboseGravatar Joey Hess2010-10-28
|
* got rid of almost all 'return ()'Gravatar Joey Hess2010-10-28
|
* copyright statements0.02Gravatar 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
|
* use git command queueGravatar Joey Hess2010-10-26
|
* bugfixGravatar Joey Hess2010-10-25
|
* better messagesGravatar Joey Hess2010-10-25
|
* add setkey subcommandGravatar Joey Hess2010-10-25
| | | | And finished implementing move --to
* 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
|
* typoGravatar Joey Hess2010-10-25
|
* add dropkey subcommand and --quietGravatar Joey Hess2010-10-25
| | | | Needed for better git annex move --from
* 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.
* updateGravatar Joey Hess2010-10-25
|
* incompleteGravatar Joey Hess2010-10-23
|
* implemented 1/4th of move subcommandGravatar Joey Hess2010-10-23
|
* store from and to repositories separatelyGravatar Joey Hess2010-10-23
|
* fix perl refugee codeGravatar Joey Hess2010-10-22
|
* --from/--to can be used to limit the remote repository that git-annex uses.Gravatar Joey Hess2010-10-22
|
* document move subcommandGravatar Joey Hess2010-10-21
|
* 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
|