Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | typo | Joey Hess | 2013-07-08 |
| | |||
* | add a new item to walkthrough, as people get confused about whether tags and ↵ | Joey Hess | 2013-07-08 |
| | | | | branches are supported (they are) | ||
* | add trail | Joey Hess | 2012-05-27 |
| | |||
* | fix inline pagenames in walkthrough | Joey Hess | 2012-05-24 |
| | | | | I should read my own ikiwiki changelog when upgrading, apparently. | ||
* | add section on syncing to the walkthrough | Joey Hess | 2011-12-31 |
| | |||
* | remove optimize subcommand; use --auto instead | Joey Hess | 2011-09-15 |
| | | | | | | | | | | | | | | | | | | get, drop: Added --auto option, which decides whether to get/drop content as needed to work toward the configured numcopies. The problem with bundling it up in optimize was that I then found I wanted to run an optmize that did not drop files, only got them. Considered adding a --only-get switch to it, but that seemed wrong. Instead, let's make existing subcommands optionally smarter. Note that the only actual difference between drop and drop --auto is that the latter does not even try to drop a file if it knows of not enough copies, and does not print any error messages about files it was unable to drop. It might be nice to make get avoid asking git for attributes when not in auto mode. For now it always asks for attributes. | ||
* | optimize: A new subcommand that either gets or drops file content as needed ↵ | Joey Hess | 2011-09-14 |
| | | | | | | | | to work toward meeting the configured numcopies setting. This is currently rather simplistic, though still useful. In the future, it could become smarter about what content is stored where, etc. | ||
* | reorg | Joey Hess | 2011-04-08 |
| | |||
* | move esoteric stuff from walkthrough to cheatsheet | Joey Hess | 2011-04-08 |
| | |||
* | document bup special remotes | Joey Hess | 2011-04-08 |
| | |||
* | document S3 remotes | Joey Hess | 2011-03-27 |
| | |||
* | update | Joey Hess | 2011-03-09 |
| | |||
* | update | Joey Hess | 2011-03-03 |
| | |||
* | show all | Joey Hess | 2011-02-27 |
| | |||
* | custom template for walkthrough inline | Joey Hess | 2011-02-27 |
| | |||
* | split the walkthrough and inline back together | Joey Hess | 2011-02-27 |
| | |||
* | Typo fixes in walkthrough.mdwn | http://sunny256.sunbase.org/ | 2011-02-15 |
| | |||
* | wording | Joey Hess | 2011-01-26 |
| | |||
* | fsck: handle untrusted repos | Joey Hess | 2011-01-26 |
| | |||
* | New migrate subcommand can be used to switch files to using a different ↵ | Joey Hess | 2011-01-08 |
| | | | | backend, safely and with no duplication of content. | ||
* | unannex: Now skips files whose content is not present, rather than it being ↵ | Joey Hess | 2011-01-08 |
| | | | | an error. This allows gradual conversion from one backend to another by running unannex followed by add in each repository. | ||
* | message tweaked | Joey Hess | 2011-01-05 |
| | |||
* | Now rsync is exclusively used for copying files to and from remotes. scp is ↵ | Joey Hess | 2010-12-31 |
| | | | | not longer supported. | ||
* | Revert walkthrough annex.backend change | Joey Hess | 2010-12-29 |
| | | | | | | | | | | | This reverts commit c74347a50879401f4661a16f059b3fc467c28989. I'm afraid that change was just all wrong. * The gitattributes setting is `annex.backend`. Not `annex.backends`. * `gitattributes` files need to start with a glob, which this commit removed. * git config's `annex.backends` is NOT the same as the gitattributes setting, and is not a knob that we should be encouraging users tweak. | ||
* | (no commit message) | praet | 2010-12-30 |
| | |||
* | Add trust and untrust subcommands, to allow configuring remotes that are ↵ | Joey Hess | 2010-12-28 |
| | | | | trusted to retain files without explicit checking. | ||
* | update for rsync | Joey Hess | 2010-12-02 |
| | |||
* | The git-annex-backend attribute has been renamed to annex.backend. | Joey Hess | 2010-11-28 |
| | |||
* | change name of numcopies attribute | Joey Hess | 2010-11-28 |
| | |||
* | update docs | Joey Hess | 2010-11-28 |
| | |||
* | fsck: Print warnings to stderr; --quiet can now be used to only see problems. | Joey Hess | 2010-11-15 |
| | |||
* | fsck no longer runs unused | Joey Hess | 2010-11-15 |
| | |||
* | on dropunused and unused | Joey Hess | 2010-11-15 |
| | |||
* | dropunused | 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 |
| | |||
* | tweak | Joey Hess | 2010-11-13 |
| | |||
* | tweak | Joey Hess | 2010-11-13 |
| | |||
* | fsck improvements | 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. | ||
* | tweak | Joey Hess | 2010-11-10 |
| | |||
* | explicity run queue to git add files | Joey Hess | 2010-11-10 |
| | |||
* | update for modifying files | Joey Hess | 2010-11-10 |
| | |||
* | maybe call it unlock and not checkout | Joey Hess | 2010-11-09 |
| | | | | | It'd be confusing to have a git-annex subcommand with the same name as a git subcommand. | ||
* | documentation for checkout | Joey Hess | 2010-11-07 |
| | |||
* | tweaks | Joey Hess | 2010-10-27 |
| | |||
* | pre-commit hook | Joey Hess | 2010-10-27 |
| | |||
* | better messages | Joey Hess | 2010-10-25 |
| | |||
* | improve git annex move in walkthrough | Joey Hess | 2010-10-25 |
| | |||
* | update | Joey Hess | 2010-10-23 |
| |