diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-28 18:58:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-28 18:58:03 -0400 |
commit | ca32c7859bb675c70433f23d7f5b4fb5f569d704 (patch) | |
tree | 0d2c8111945df045220442699b19a4d733ced0c6 /doc/walkthrough.mdwn | |
parent | 9d82e815ff5307187d195fd2529420ef7970c412 (diff) |
The git-annex-backend attribute has been renamed to annex.backend.
Diffstat (limited to 'doc/walkthrough.mdwn')
-rw-r--r-- | doc/walkthrough.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn index 6a1c688b3..2aa2478b3 100644 --- a/doc/walkthrough.mdwn +++ b/doc/walkthrough.mdwn @@ -275,7 +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`: - * git-annex-backend=SHA1 + * annex.backend=SHA1 ## unused data |