diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-28 18:55:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-28 18:55:49 -0400 |
commit | 9d82e815ff5307187d195fd2529420ef7970c412 (patch) | |
tree | 13cc2e6548d9bdc3ebae3aecabcce01257240ac8 /doc/git-annex.mdwn | |
parent | dc54214404dbe6e9d602a8a14c08411ca3eaceda (diff) |
change name of numcopies attribute
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 09282e721..a2af9d990 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -276,10 +276,10 @@ but the SHA1 backend for ogg files: *.ogg git-annex-backend=SHA1 The numcopies setting can also be configured on a per-file-type basis via -the `git-annex-numcopies` attribute in `.gitattributes` files. +the `annex.numcopies` attribute in `.gitattributes` files. For example, this makes two copies be needed for wav files: - *.wav git-annex-numcopies=2 + *.wav annex.numcopies=2 # FILES |