aboutsummaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* 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
* fsck no longer runs unusedGravatar Joey Hess2010-11-15
* addGravatar Joey Hess2010-11-15
* dropunusedGravatar Joey Hess2010-11-15
* unused: New subcommand, finds unused data (the global part of fsck).Gravatar Joey Hess2010-11-15
* move stuff out of CoreGravatar Joey Hess2010-11-14
* find: New subcommand.Gravatar Joey Hess2010-11-14
* better fsck file handlingGravatar Joey Hess2010-11-13
* fsck even files not in backendGravatar Joey Hess2010-11-13
* fsck: avoid global checks if files specifiedGravatar Joey Hess2010-11-13
* fsck improvementsGravatar Joey Hess2010-11-13
* refactor param seekingGravatar Joey Hess2010-11-11
* rework command dispatching for add and pre-commitGravatar Joey Hess2010-11-11
* Optimize both pre-commit and lock subcommands.Gravatar Joey Hess2010-11-11
* use -- before filenames when running git add, git rm, etcGravatar Joey Hess2010-11-10
* use new git functionGravatar Joey Hess2010-11-10
* explicity run queue to git add filesGravatar Joey Hess2010-11-10
* Unlocked files will now automatically be added back into the annex when commi...Gravatar Joey Hess2010-11-10
* fix handling of staged unlocked filesGravatar Joey Hess2010-11-10
* set write bit on unlocked fileGravatar Joey Hess2010-11-10
* addGravatar Joey Hess2010-11-10
* lock and unlock subcommandsGravatar Joey Hess2010-11-09
* Annexed file contents are now made unwritable and put in unwriteable director...Gravatar Joey Hess2010-11-08
* set version on initGravatar Joey Hess2010-11-08
* refactoring, no code changes reallyGravatar Joey Hess2010-11-08
* fsck worksGravatar Joey Hess2010-11-07
* rough in fsckGravatar Joey Hess2010-11-07
* add fsck subcommand (stub)Gravatar Joey Hess2010-11-06
* broke subcommands out into separate modulesGravatar Joey Hess2010-11-02