Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | git-annex-shell mostly done now, only needs 2 more subcommands | 2010-12-30 | |
| | |||
* | add git-annex-shell command | 2010-12-30 | |
| | | | | This is not yet complete, as it does not allow starting rsync or scp. | ||
* | factor out a little more | 2010-12-30 | |
| | |||
* | tweak | 2010-12-30 | |
| | |||
* | remove magic numbers | 2010-12-30 | |
| | |||
* | refactor in preparation for adding a git-annex-shell command | 2010-12-30 | |
| | |||
* | rename some stuff and prepare to break out more into Command/* | 2010-12-30 | |
| | |||
* | Add trust and untrust subcommands, to allow configuring remotes that are ↵ | 2010-12-28 | |
| | | | | trusted to retain files without explicit checking. | ||
* | Add --exclude option to exclude files from processing. | 2010-12-08 | |
| | | | | | Required some lifting so flags are evaled in the Annex monad before file filtering. | ||
* | Add uninit subcommand. Closes: #605749 | 2010-12-03 | |
| | |||
* | Add copy subcommand. | 2010-11-27 | |
| | |||
* | dropunused | 2010-11-15 | |
| | |||
* | unused: New subcommand, finds unused data (the global part of fsck). | 2010-11-15 | |
| | |||
* | find: New subcommand. | 2010-11-14 | |
| | |||
* | fsck improvements | 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 | 2010-11-11 | |
| | |||
* | remove dup filter | 2010-11-11 | |
| | |||
* | got rid of several more calls to git when finding unlocked files | 2010-11-11 | |
| | |||
* | rework command dispatching for add and pre-commit | 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. | ||
* | allow adding unlocked files | 2010-11-10 | |
| | |||
* | edit an alias for unlock | 2010-11-10 | |
| | |||
* | Avoid using runghc to run test suite as it is not available on all ↵ | 2010-11-10 | |
| | | | | architectures. Closes: #603006 | ||
* | lock and unlock subcommands | 2010-11-09 | |
| | |||
* | add fsck subcommand (stub) | 2010-11-06 | |
| | |||
* | fixes | 2010-11-04 | |
| | |||
* | support subcommands that take no params | 2010-11-04 | |
| | |||
* | refactor | 2010-11-04 | |
| | |||
* | broke subcommands out into separate modules | 2010-11-02 | |