diff options
author | Joey Hess <id@joeyh.name> | 2014-12-04 15:02:01 -0400 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2014-12-04 15:02:01 -0400 |
commit | a50229818c175bdd237ed9bc81eed6a1ab525f7a (patch) | |
tree | 324fcdad61b43331f5c3e1dc223fef91c6d8430a /doc | |
parent | d74ba94b75f8d7b2a4504e2303aa120577895ef3 (diff) | |
parent | b7d3cfe4930f72cf8587c21a378ff61934d05aba (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/When_adding_a_box.com_repo_with_the_webapp_the_old-style_chunking_is_used.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/When_adding_a_box.com_repo_with_the_webapp_the_old-style_chunking_is_used.mdwn b/doc/bugs/When_adding_a_box.com_repo_with_the_webapp_the_old-style_chunking_is_used.mdwn new file mode 100644 index 000000000..4e5f357e7 --- /dev/null +++ b/doc/bugs/When_adding_a_box.com_repo_with_the_webapp_the_old-style_chunking_is_used.mdwn @@ -0,0 +1,3 @@ +Last week I added a new Box.com repository through the webapp with the latest git-annex version, and I've noticed that the remote uses the old chunksize param. + +Is this correct? AFAIK it should use the chunk param: http://git-annex.branchable.com/chunking/ |