diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-29 20:35:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-29 20:35:51 -0400 |
commit | 14d59b40fb4f3a4c9a89266fecae91a0daf08088 (patch) | |
tree | e86b76979ae3b66f0c9f7da8d59dad2ed90cbd66 /doc | |
parent | a91e31cef3598f622dd73e95151f96eeaedba327 (diff) |
Revert walkthrough annex.backend change
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/walkthrough.mdwn | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index 3e437e8f3..b486a4b1f 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -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 |