summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 0.030.03Gravatar Joey Hess2010-11-07
|
* doneGravatar Joey Hess2010-11-07
|
* updateGravatar Joey Hess2010-11-07
|
* fsck worksGravatar Joey Hess2010-11-07
|
* add annexDirGravatar Joey Hess2010-11-07
|
* rough in fsckGravatar Joey Hess2010-11-07
|
* bigfix: doubled shell escapeGravatar Joey Hess2010-11-06
|
* updateGravatar Joey Hess2010-11-07
|
* ideaGravatar Joey Hess2010-11-07
|
* hlinted a few filesGravatar Joey Hess2010-11-06
|
* add fsck subcommand (stub)Gravatar Joey Hess2010-11-06
|
* fixesGravatar Joey Hess2010-11-04
|
* support subcommands that take no paramsGravatar Joey Hess2010-11-04
|
* refactorGravatar Joey Hess2010-11-04
|
* broke subcommands out into separate modulesGravatar Joey Hess2010-11-02
|
* better test frameworkGravatar Joey Hess2010-11-02
|
* add a stupid test harnessGravatar Joey Hess2010-11-02
|
* clean upGravatar Joey Hess2010-11-02
|
* clean upGravatar Joey Hess2010-11-02
|
* blew several hours on getting the decodeGitFile 100% right with quickcheckGravatar Joey Hess2010-11-02
|
* reorgGravatar Joey Hess2010-11-02
|
* tweakGravatar Joey Hess2010-11-02
|
* deal with git's insane octal filename encodingGravatar Joey Hess2010-11-02
|
* updatGravatar Joey Hess2010-11-01
|
* fix checkAttr to not deadlock and not need strictnessGravatar Joey Hess2010-11-01
| | | | Yeah, "will never deadlock" is never a good sign in code comments. ;)
* 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
|
* expand docsGravatar Joey Hess2010-11-01
|
* In .gitattributes, the git-annex-backend attribute can be set to the names ↵Gravatar Joey Hess2010-11-01
| | | | of backends to use when adding different types of files.
* wrote checkAttrGravatar 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
|
* trimGravatar Joey Hess2010-11-01
|
* moveGravatar Joey Hess2010-11-01
|
* fixGravatar Joey Hess2010-11-01
|
* expandGravatar Joey Hess2010-11-01
|
* cleanupGravatar Joey Hess2010-11-01
|
* add global fallback for per-repo optionsGravatar Joey Hess2010-11-01
|
* finished adding support for annex.ssh-optionsGravatar Joey Hess2010-11-01
|
* make a ssh call honor annex-ssh-optionsGravatar Joey Hess2010-10-31
|
* 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.
* simplify evalsGravatar Joey Hess2010-10-31
|
* refactor inAnnex remote checking to RemotesGravatar Joey Hess2010-10-31
|
* Added remote.annex-scp-options and remote.annex-ssh-options.Gravatar Joey Hess2010-10-31
|
* use ssh -p to preserve permsGravatar Joey Hess2010-10-31
| | | | and refactor