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:
parent
a91e31cef3
commit
14d59b40fb
1 changed files with 1 additions and 5 deletions
|
@ -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
|
significantly for really big files. To make SHA1 the detault, just
|
||||||
add something like this to `.gitattributes`:
|
add something like this to `.gitattributes`:
|
||||||
|
|
||||||
> annex.backends=SHA1
|
* annex.backend=SHA1
|
||||||
|
|
||||||
or run:
|
|
||||||
|
|
||||||
> $ git config annex.backends SHA1
|
|
||||||
|
|
||||||
## unused data
|
## unused data
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue