summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-28 18:58:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-28 18:58:03 -0400
commitca32c7859bb675c70433f23d7f5b4fb5f569d704 (patch)
tree0d2c8111945df045220442699b19a4d733ced0c6 /doc/git-annex.mdwn
parent9d82e815ff5307187d195fd2529420ef7970c412 (diff)
The git-annex-backend attribute has been renamed to annex.backend.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index a2af9d990..64ca6a549 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -268,12 +268,12 @@ Here are all the supported configuration settings.
The backend used when adding a new file to the annex can be configured
on a per-file-type basis via `.gitattributes` files. In the file,
-the `git-annex-backend` attribute can be set to the name of the backend to
+the `annex.backend` attribute can be set to the name of the backend to
use. For example, this here's how to use the WORM backend by default,
but the SHA1 backend for ogg files:
- * git-annex-backend=WORM
- *.ogg git-annex-backend=SHA1
+ * annex.backend=WORM
+ *.ogg annex.backend=SHA1
The numcopies setting can also be configured on a per-file-type basis via
the `annex.numcopies` attribute in `.gitattributes` files.