aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w <Rafael@web>2013-07-09 15:52:24 +0000
committerGravatar admin <admin@branchable.com>2013-07-09 15:52:24 +0000
commit48d561a7053fdcc42bf11cb41a0e0b73c5b70d68 (patch)
tree75b4851ff39d8a4a2d988e59f81dfddfc81eebc9
parent34cb2ddada6c495634af6dd872c87043968d3cb3 (diff)
-rw-r--r--doc/bugs/annex.numcopies_not_overriden_by_--numcopies_option.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/annex.numcopies_not_overriden_by_--numcopies_option.mdwn b/doc/bugs/annex.numcopies_not_overriden_by_--numcopies_option.mdwn
index cad86a400..b4d54dd31 100644
--- a/doc/bugs/annex.numcopies_not_overriden_by_--numcopies_option.mdwn
+++ b/doc/bugs/annex.numcopies_not_overriden_by_--numcopies_option.mdwn
@@ -2,8 +2,11 @@
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?