summaryrefslogtreecommitdiff
path: root/doc/walkthrough.mdwn
Commit message (Collapse)AuthorAge
* 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
|
* real outputGravatar Joey Hess2010-10-22
|
* document using ssh remotesGravatar Joey Hess2010-10-22
|
* document move subcommandGravatar Joey Hess2010-10-21
|
* clarifyGravatar Joey Hess2010-10-21
|
* typoGravatar Joey Hess2010-10-21
|
* typoGravatar Joey Hess2010-10-21
|
* new fromkey subcommand, for registering urls, etc0.01Gravatar Joey Hess2010-10-21
| | | | had to redo Annex monad's flag storage