Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add uninit subcommand. Closes: #605749 | Joey Hess | 2010-12-03 |
| | |||
* | 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. | ||
* | precommit: Optimise to avoid calling git-check-attr more than once. | Joey Hess | 2010-11-28 |
| | |||
* | add | Joey Hess | 2010-11-27 |
| | |||
* | Fix bug in setkey subcommand triggered by move --to. | Joey Hess | 2010-11-27 |
| | |||
* | Add copy subcommand. | Joey Hess | 2010-11-27 |
| | |||
* | finished hlinting | Joey Hess | 2010-11-22 |
| | |||
* | Only use cp -a if it is supported, falling back to cp -p or plain cp. | Joey Hess | 2010-11-18 |
| | | | | | * cp --reflink=auto is used if supported, and will make git annex unlock much faster on filesystems like btrfs that support copy of write. | ||
* | fsck: Print warnings to stderr; --quiet can now be used to only see problems. | Joey Hess | 2010-11-15 |
| | |||
* | fix | Joey Hess | 2010-11-15 |
| | |||
* | fsck no longer runs unused | Joey Hess | 2010-11-15 |
| | |||
* | add | 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 |
| | |||
* | move stuff out of Core | Joey Hess | 2010-11-14 |
| | |||
* | find: New subcommand. | Joey Hess | 2010-11-14 |
| | |||
* | better fsck file handling | Joey Hess | 2010-11-13 |
| | |||
* | fsck even files not in backend | 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 |
| | |||
* | rework command dispatching for add and pre-commit | Joey Hess | 2010-11-11 |
| | | | | | Both subcommands do two different operations on different sets of files, so allowing a subcommand to perform a list of operations cleans things up. | ||
* | Optimize both pre-commit and lock subcommands. | Joey Hess | 2010-11-11 |
| | | | | | | | | isLocked was doing the expensive check before the cheap one. Let's not fork git diff twice per file when committing, especially. git diff is still run more than strictly necessary (ie, more than once) if multiple unlocked files are being committed. But much better now. | ||
* | use -- before filenames when running git add, git rm, etc | Joey Hess | 2010-11-10 |
| | |||
* | use new git function | Joey Hess | 2010-11-10 |
| | |||
* | explicity run queue to git add files | Joey Hess | 2010-11-10 |
| | |||
* | Unlocked files will now automatically be added back into the annex when ↵ | Joey Hess | 2010-11-10 |
| | | | | committed (and the updated symlink committed), by some magic in the pre-commit hook. | ||
* | fix handling of staged unlocked files | Joey Hess | 2010-11-10 |
| | |||
* | set write bit on unlocked file | Joey Hess | 2010-11-10 |
| | |||
* | add | Joey Hess | 2010-11-10 |
| | |||
* | lock and unlock subcommands | Joey Hess | 2010-11-09 |
| | |||
* | Annexed file contents are now made unwritable and put in unwriteable ↵ | Joey Hess | 2010-11-08 |
| | | | | directories, to avoid them accidentially being removed or modified. (Thanks Josh Triplett for the idea.) | ||
* | set version on init | Joey Hess | 2010-11-08 |
| | |||
* | 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 |
| | |||
* | broke subcommands out into separate modules | Joey Hess | 2010-11-02 |