aboutsummaryrefslogtreecommitdiff
path: root/doc/backends.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/backends.mdwn
parent9d82e815ff5307187d195fd2529420ef7970c412 (diff)
The git-annex-backend attribute has been renamed to annex.backend.
Diffstat (limited to 'doc/backends.mdwn')
-rw-r--r--doc/backends.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/backends.mdwn b/doc/backends.mdwn
index be4eac723..3e605e4b1 100644
--- a/doc/backends.mdwn
+++ b/doc/backends.mdwn
@@ -26,12 +26,12 @@ git-annex should use. The first one listed will be used by default when
new files are added.
For finer control of what backend is used when adding different types of
-files, the `.gitattributes` file can be used. The `git-annex-backend`
+files, the `.gitattributes` file can be used. The `annex.backend`
attribute can be set to the name of the backend to use for matching files.
For example, to use the SHA1 backend for sound files, which tend to be
smallish and might be modified over time, you could set in
`.gitattributes`:
- *.mp3 git-annex-backend=SHA1
- *.ogg git-annex-backend=SHA1
+ *.mp3 annex.backend=SHA1
+ *.ogg annex.backend=SHA1