summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar praet <praet@web>2010-12-30 00:21:00 +0000
committerGravatar admin <admin@branchable.com>2010-12-30 00:21:00 +0000
commitc74347a50879401f4661a16f059b3fc467c28989 (patch)
tree09d205f1ad9fe809bf90badc97415f3accfa907a
parentf6db527af8f4c65d5e8f26abb56408303dc48050 (diff)
-rw-r--r--doc/walkthrough.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/walkthrough.mdwn b/doc/walkthrough.mdwn
index b486a4b1f..3e437e8f3 100644
--- a/doc/walkthrough.mdwn
+++ b/doc/walkthrough.mdwn
@@ -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