diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w <Rafael@web> | 2013-07-09 15:50:51 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-09 15:50:51 +0000 |
commit | 34cb2ddada6c495634af6dd872c87043968d3cb3 (patch) | |
tree | 8138984194d6eafbe1127f878f197832949c7217 /doc | |
parent | 148a193d5b310073e59bf4555563f28f72bf5f0c (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/annex.numcopies_not_overriden_by_--numcopies_option.mdwn | 10 |
1 files changed, 10 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 new file mode 100644 index 000000000..cad86a400 --- /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 |