Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fsck: Ensure that files and directories in .git/annex/objects have proper ↵ | Joey Hess | 2011-03-28 |
| | | | | permissions. | ||
* | avoid version check before running version and upgrade commands | Joey Hess | 2011-03-19 |
| | | | | | There are two types of commands; those that access the repository and those that don't. Sorted. | ||
* | fix up commands that are trouble on bare repos | Joey Hess | 2011-03-03 |
| | | | | | Most will just abort. init does a basic init and gives a command to run elsewhere to finish it. | ||
* | fsck: Check for and repair location log damage. | Joey Hess | 2011-03-02 |
| | |||
* | make filename available to fsck messages | Joey Hess | 2011-01-26 |
| | |||
* | parameterize Backend type | Joey Hess | 2011-01-25 |
| | | | | | This allows the Backend type to not depend on the Annex type, and so the Annex type can later be moved out of TypeInternals. | ||
* | clarify default values when no path is specified | Joey Hess | 2011-01-13 |
| | | | | | Much of the code to handle this was unnecessary, as git ls-files is used, and defaults to returning all files of the desired type. | ||
* | refactor in preparation for adding a git-annex-shell command | Joey Hess | 2010-12-30 |
| | |||
* | rename some stuff and prepare to break out more into Command/* | Joey Hess | 2010-12-30 |
| | |||
* | change name of numcopies attribute | Joey Hess | 2010-11-28 |
| | |||
* | In .gitattributes, the git-annex-numcopies attribute can be used to control ↵ | Joey Hess | 2010-11-28 |
| | | | | the number of copies to retain of different types of files. | ||
* | finished hlinting | Joey Hess | 2010-11-22 |
| | |||
* | fix | Joey Hess | 2010-11-15 |
| | |||
* | fsck no longer runs unused | Joey Hess | 2010-11-15 |
| | |||
* | dropunused | Joey Hess | 2010-11-15 |
| | |||
* | unused: New subcommand, finds unused data (the global part of fsck). | Joey Hess | 2010-11-15 |
| | |||
* | better fsck file handling | Joey Hess | 2010-11-13 |
| | |||
* | fsck: avoid global checks if files specified | Joey Hess | 2010-11-13 |
| | |||
* | fsck improvements | Joey Hess | 2010-11-13 |
| | | | | | | | | | * fsck: Check if annex.numcopies is satisfied. * fsck: Verify the sha1 of files when the SHA1 backend is used. * fsck: Verify the size of files when the WORM backend is used. * fsck: Allow specifying individual files to fsk if fscking everything is not desired. * fsck: Fix bug, introduced in 0.04, in detection of unused data. | ||
* | refactor param seeking | Joey Hess | 2010-11-11 |
| | |||
* | refactoring, no code changes really | Joey Hess | 2010-11-08 |
| | |||
* | fsck works | Joey Hess | 2010-11-07 |
| | |||
* | rough in fsck | Joey Hess | 2010-11-07 |
| | |||
* | add fsck subcommand (stub) | Joey Hess | 2010-11-06 |