diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-01-21 02:23:01 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-01-21 02:23:01 +0000 |
commit | 65a4a1fff28cbc251964a706fe7b021ed99d741b (patch) | |
tree | 6cb275f11fde053316715281aeb816b26de207b9 /doc/devblog/day_101__old_mistakes | |
parent | e5ed3f4d2b8ab3b19dc203b961a7f173491aafaf (diff) |
Added a comment
Diffstat (limited to 'doc/devblog/day_101__old_mistakes')
-rw-r--r-- | doc/devblog/day_101__old_mistakes/comment_2_524690d69056737dd296e4f7626737d2._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/day_101__old_mistakes/comment_2_524690d69056737dd296e4f7626737d2._comment b/doc/devblog/day_101__old_mistakes/comment_2_524690d69056737dd296e4f7626737d2._comment new file mode 100644 index 000000000..9f7ebecf1 --- /dev/null +++ b/doc/devblog/day_101__old_mistakes/comment_2_524690d69056737dd296e4f7626737d2._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.249" + subject="comment 2" + date="2014-01-21T02:23:00Z" + content=""" +I don't plan to remove .git/config annex.numcopies support. It is 5 lines of code. + +A fundamental problem with the .git/config annex.numcopies setting is that it can be inconsistently set between repositories. Therefore, there is no worse potential with interoperability if you use differing versions of git-annex that support and do not support the new global numcopies setting. If this was a concern though, you can use .gitattributes to set annex.numcopies for *, which all recent versions of git-annex support. + +The old git/config annex.numcopies setting is overridden as soon as you use `git annex numcopies`. In turn `git annex numcopies` is overridden by any relevant .gitattributes annex.numcopies setting. This is documented on the man page. +"""]] |