summaryrefslogtreecommitdiff
path: root/doc/walkthrough.mdwn
Commit message (Collapse)AuthorAge
* typoGravatar Joey Hess2013-07-08
|
* add a new item to walkthrough, as people get confused about whether tags and ↵Gravatar Joey Hess2013-07-08
| | | | branches are supported (they are)
* add trailGravatar Joey Hess2012-05-27
|
* fix inline pagenames in walkthroughGravatar Joey Hess2012-05-24
| | | | I should read my own ikiwiki changelog when upgrading, apparently.
* add section on syncing to the walkthroughGravatar Joey Hess2011-12-31
|
* remove optimize subcommand; use --auto insteadGravatar Joey Hess2011-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 ↵Gravatar Joey Hess2011-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.
* reorgGravatar Joey Hess2011-04-08
|
* move esoteric stuff from walkthrough to cheatsheetGravatar Joey Hess2011-04-08
|
* document bup special remotesGravatar Joey Hess2011-04-08
|
* document S3 remotesGravatar Joey Hess2011-03-27
|
* updateGravatar Joey Hess2011-03-09
|
* updateGravatar Joey Hess2011-03-03
|
* show allGravatar Joey Hess2011-02-27
|
* custom template for walkthrough inlineGravatar Joey Hess2011-02-27
|
* split the walkthrough and inline back togetherGravatar Joey Hess2011-02-27
|
* Typo fixes in walkthrough.mdwnGravatar http://sunny256.sunbase.org/2011-02-15
|
* wordingGravatar Joey Hess2011-01-26
|
* fsck: handle untrusted reposGravatar Joey Hess2011-01-26
|
* New migrate subcommand can be used to switch files to using a different ↵Gravatar Joey Hess2011-01-08
| | | | backend, safely and with no duplication of content.
* unannex: Now skips files whose content is not present, rather than it being ↵Gravatar Joey Hess2011-01-08
| | | | an error. This allows gradual conversion from one backend to another by running unannex followed by add in each repository.
* message tweakedGravatar Joey Hess2011-01-05
|
* Now rsync is exclusively used for copying files to and from remotes. scp is ↵Gravatar Joey Hess2010-12-31
| | | | not longer supported.
* Revert walkthrough annex.backend changeGravatar Joey Hess2010-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)Gravatar praet2010-12-30
|
* Add trust and untrust subcommands, to allow configuring remotes that are ↵Gravatar Joey Hess2010-12-28
| | | | trusted to retain files without explicit checking.
* update for rsyncGravatar Joey Hess2010-12-02
|
* The git-annex-backend attribute has been renamed to annex.backend.Gravatar Joey Hess2010-11-28
|
* change name of numcopies attributeGravatar Joey Hess2010-11-28
|
* update docsGravatar Joey Hess2010-11-28
|
* fsck: Print warnings to stderr; --quiet can now be used to only see problems.Gravatar Joey Hess2010-11-15
|
* fsck no longer runs unusedGravatar Joey Hess2010-11-15
|
* on dropunused and unusedGravatar Joey Hess2010-11-15
|
* dropunusedGravatar Joey Hess2010-11-15
|
* better fsck file handlingGravatar Joey Hess2010-11-13
|
* fsck: avoid global checks if files specifiedGravatar Joey Hess2010-11-13
|
* tweakGravatar Joey Hess2010-11-13
|
* tweakGravatar Joey Hess2010-11-13
|
* fsck improvementsGravatar Joey Hess2010-11-13
|
* fsck improvementsGravatar Joey Hess2010-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.
* tweakGravatar Joey Hess2010-11-10
|
* explicity run queue to git add filesGravatar Joey Hess2010-11-10
|
* update for modifying filesGravatar Joey Hess2010-11-10
|
* maybe call it unlock and not checkoutGravatar Joey Hess2010-11-09
| | | | | It'd be confusing to have a git-annex subcommand with the same name as a git subcommand.
* documentation for checkoutGravatar Joey Hess2010-11-07
|
* tweaksGravatar Joey Hess2010-10-27
|
* pre-commit hookGravatar Joey Hess2010-10-27
|
* better messagesGravatar Joey Hess2010-10-25
|
* improve git annex move in walkthroughGravatar Joey Hess2010-10-25
|
* updateGravatar Joey Hess2010-10-23
|