This commit is contained in:
parent
f6db527af8
commit
c74347a508
1 changed files with 5 additions and 1 deletions
|
@ -275,7 +275,11 @@ 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.backend=SHA1
|
||||
> annex.backends=SHA1
|
||||
|
||||
or run:
|
||||
|
||||
> $ git config annex.backends SHA1
|
||||
|
||||
## unused data
|
||||
|
||||
|
|
Loading…
Reference in a new issue