From 9785d77e0302e9a914a3f3ae1e48e145f15881ec Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w" Date: Tue, 9 Jul 2013 15:50:51 +0000 Subject: [PATCH] --- ....numcopies_not_overriden_by_--numcopies_option.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/annex.numcopies_not_overriden_by_--numcopies_option.mdwn diff --git a/doc/bugs/annex.numcopies_not_overriden_by_--numcopies_option.mdwn b/doc/bugs/annex.numcopies_not_overriden_by_--numcopies_option.mdwn new file mode 100644 index 0000000000..cad86a4002 --- /dev/null +++ b/doc/bugs/annex.numcopies_not_overriden_by_--numcopies_option.mdwn @@ -0,0 +1,10 @@ +### Please describe the problem. +Using "--numcopies=N" on the command line doesn't overrides (as advertised) the annex.numcopies variable when set via .gitattributes. + +### What steps will reproduce the problem? +$ echo '* annex.numcopies=2' > .gitattributes +$ git annex drop --numcopies=1 somefile.txt +Second line fails if only one other copy exists. + +### What version of git-annex are you using? On what operating system? +git-annex version: 4.20130627