From 5f4b9c5f8765f4aef5302e6977e05fed99d830ff Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 2 Apr 2013 01:20:15 -0400 Subject: [PATCH] clarification --- doc/git-annex.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index c756a9cd7e..2e8efa95dc 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -1018,7 +1018,8 @@ but the SHA256E backend for ogg files: *.ogg annex.backend=SHA256E The numcopies setting can also be configured on a per-file-type basis via -the `annex.numcopies` attribute in `.gitattributes` files. +the `annex.numcopies` attribute in `.gitattributes` files. This overrides +any value set using `annex.numcopies` in `.git/config`. For example, this makes two copies be needed for wav files: *.wav annex.numcopies=2