Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fromkey, and url backend download work now | Joey Hess | 2011-03-15 |
| | |||
* | rename file | Joey Hess | 2011-03-15 |
| | |||
* | only enable SHA backends that configure finds support for | Joey Hess | 2011-03-02 |
| | |||
* | use ShellParam type | Joey Hess | 2011-02-28 |
| | | | | | So, I have a type checked safe handling of filenames starting with dashes, throughout the code. | ||
* | Support filenames that start with a dash; when such a file is passed to a ↵ | Joey Hess | 2011-02-25 |
| | | | | utility it will be escaped to avoid it being interpreted as an option. | ||
* | make filename available to fsck messages | Joey Hess | 2011-01-26 |
| | |||
* | rename TypeInternals to BackendTypes | Joey Hess | 2011-01-26 |
| | | | | Now that it only contains types used by the backends | ||
* | successfully split Annex and AnnexState out of TypeInternals | Joey Hess | 2011-01-25 |
| | |||
* | 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. | ||
* | 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. | ||
* | 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. | ||
* | refactoring, no code changes really | Joey Hess | 2010-11-08 |
| | |||
* | more Wall cleaning | Joey Hess | 2010-10-31 |
| | |||
* | avoid unnessary newlines before progress in quiet mode | Joey Hess | 2010-10-29 |
| | |||
* | convert safeSystem to boolSystem | Joey Hess | 2010-10-29 |
| | | | | to fix ctrl-c handling | ||
* | copyright statements0.02 | Joey Hess | 2010-10-27 |
| | |||
* | use safesystem | Joey Hess | 2010-10-19 |
| | |||
* | gratuitous rename | Joey Hess | 2010-10-18 |
| | |||
* | cleanup output | Joey Hess | 2010-10-17 |
| | |||
* | tweaks | Joey Hess | 2010-10-16 |
| | |||
* | rename backends more | Joey Hess | 2010-10-15 |