aboutsummaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* Improved temp file handlingGravatar Joey Hess2011-01-28
* use safewritefileGravatar Joey Hess2011-01-28
* better directory handlingGravatar Joey Hess2011-01-27
* bugfix to move --toGravatar Joey Hess2011-01-27
* make filename available to fsck messagesGravatar Joey Hess2011-01-26
* move partitioning out of keyPossibilitiesGravatar Joey Hess2011-01-26
* trust setting improvementsGravatar Joey Hess2011-01-26
* avoid moving if src and dest are the sameGravatar Joey Hess2011-01-26
* implement 3 level trust storage in trust.logGravatar Joey Hess2011-01-26
* rework config storageGravatar Joey Hess2011-01-26
* parameterize Backend typeGravatar Joey Hess2011-01-25
* got rid of Core moduleGravatar Joey Hess2011-01-16
* on second thought, unlock should fail if content is not presentGravatar Joey Hess2011-01-14
* unlock: Fix behavior when file content is not present.Gravatar Joey Hess2011-01-13
* clarify default values when no path is specifiedGravatar Joey Hess2011-01-13
* avoid crashing if run before unused log is presentGravatar Joey Hess2011-01-12
* always write log, so it's empty if nothing is unusedGravatar Joey Hess2011-01-12
* migrate: Fix support for --backend option.Gravatar Joey Hess2011-01-11
* quiet git commit messagesGravatar Joey Hess2011-01-11
* copyright yearsGravatar Joey Hess2011-01-08
* New migrate subcommand can be used to switch files to using a different backe...Gravatar Joey Hess2011-01-08
* unannex: Now skips files whose content is not present, rather than it being a...Gravatar Joey Hess2011-01-08
* quiet git commitsGravatar Joey Hess2011-01-07
* bugfix: Running `copy --to` when both local and remote had the key dropped it...Gravatar Joey Hess2011-01-07
* bugfix: Running `move --to` with a remote whose UUID was not yet knownGravatar Joey Hess2011-01-04
* git-annex-shell: Avoid exposing any git repo config except for the annex.uuid...Gravatar Joey Hess2011-01-04
* git-annex-shell now exclusively used for all remote accessGravatar Joey Hess2010-12-31
* tuple makes it clearerGravatar Joey Hess2010-12-31
* use git-annex-shell configlistGravatar Joey Hess2010-12-31
* git-annex-shell is completeGravatar Joey Hess2010-12-31
* unfinished switch to using git-annex-shellGravatar Joey Hess2010-12-30
* git-annex-shell mostly done now, only needs 2 more subcommandsGravatar Joey Hess2010-12-30
* add git-annex-shell commandGravatar Joey Hess2010-12-30
* refactor in preparation for adding a git-annex-shell commandGravatar Joey Hess2010-12-30
* rename some stuff and prepare to break out more into Command/*Gravatar Joey Hess2010-12-30
* support trusted repositories that are not configured as remotesGravatar Joey Hess2010-12-29
* refactorGravatar Joey Hess2010-12-29
* forgot to add theseGravatar Joey Hess2010-12-28
* add a newlineGravatar Joey Hess2010-12-24
* Add uninit subcommand. Closes: #605749Gravatar Joey Hess2010-12-03
* change name of numcopies attributeGravatar Joey Hess2010-11-28
* In .gitattributes, the git-annex-numcopies attribute can be used to control t...Gravatar Joey Hess2010-11-28
* precommit: Optimise to avoid calling git-check-attr more than once.Gravatar Joey Hess2010-11-28
* addGravatar Joey Hess2010-11-27
* Fix bug in setkey subcommand triggered by move --to.Gravatar Joey Hess2010-11-27
* Add copy subcommand.Gravatar Joey Hess2010-11-27
* finished hlintingGravatar Joey Hess2010-11-22
* Only use cp -a if it is supported, falling back to cp -p or plain cp.Gravatar Joey Hess2010-11-18
* fsck: Print warnings to stderr; --quiet can now be used to only see problems.Gravatar Joey Hess2010-11-15
* fixGravatar Joey Hess2010-11-15