Revert walkthrough annex.backend change

This reverts commit c74347a508.

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.
This commit is contained in:
Joey Hess 2010-12-29 20:35:51 -04:00
parent a91e31cef3
commit 14d59b40fb

View file

@ -275,11 +275,7 @@ files when they're added to the annex, and this can slow things down
significantly for really big files. To make SHA1 the detault, just
add something like this to `.gitattributes`:
> annex.backends=SHA1
or run:
> $ git config annex.backends SHA1
* annex.backend=SHA1
## unused data