summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-16 14:50:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-16 14:50:30 -0400
commit5a1ebc109a136b99bf2a5a628da723b400da6f6e (patch)
treecd8332932691523dba26f3852831c238ef3e9cde
parent0612f3e605565daa6d75f3000a6b48fba2e46388 (diff)
close bug
-rw-r--r--CHANGELOG2
-rw-r--r--doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ea488f81e..f6c1c8daa 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,7 +6,7 @@ git-annex (6.20171004) UNRELEASED; urgency=medium
of the repository when storing files there, since that collection
is created by initremote.
(This seems to work around some brokenness of the box.com webdav
- server which was entering a redirect loop.)
+ server, which caused uploads to be very slow or sometimes fail.)
* add: Replace work tree file atomically. Before, there was a window
where interrupting an add could result in the file being
moved into the annex, with no symlink yet created.
diff --git a/doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn b/doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn
index 529afcabd..940ae3ad1 100644
--- a/doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn
+++ b/doc/bugs/git-annex_can_no_longer_copy_files_to_box.mdwn
@@ -43,3 +43,5 @@ git annex version =
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
Yes! A huge word of thanks for this amazing software! Since I work on multiple linux boxes, git annex keeps track of all my big files and enables me to move them back and forth with minimal fuss.
+
+> [[done]]; seems this is fixed. --[[Joey]]