close bug

This commit is contained in:
Joey Hess 2017-10-16 14:50:30 -04:00
parent bfb44298fb
commit 0c7fee832a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@ git-annex (6.20171004) UNRELEASED; urgency=medium
of the repository when storing files there, since that collection of the repository when storing files there, since that collection
is created by initremote. is created by initremote.
(This seems to work around some brokenness of the box.com webdav (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 * add: Replace work tree file atomically. Before, there was a window
where interrupting an add could result in the file being where interrupting an add could result in the file being
moved into the annex, with no symlink yet created. moved into the annex, with no symlink yet created.

View file

@ -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) ### 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. 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]]