aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-19 13:18:23 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-19 13:18:23 -0400
commit798c3d45c11cfe3d7604b27f3271f50d0f810db7 (patch)
tree946bf6b717e069623d8c48a93402e08db564dcd5 /debian
parent8ed7d090ab319bcc45e1593cd2613d38a3615120 (diff)
directory special remote: Made more efficient and robust.
Files are now written to a tmp directory in the remote, and once all chunks are written, etc, it's moved into the final place atomically. For now, checkpresent still checks every single chunk of a file, because the old method could leave partially transferred files with some chunks present and others not.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 048d81fed..da7896b4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ git-annex (3.20121113) UNRELEASED; urgency=low
* Getting a file from chunked directory special remotes no longer buffers
it all in memory.
* S3: Added progress display for uploading and downloading.
+ * directory special remote: Made more efficient and robust.
-- Joey Hess <joeyh@debian.org> Tue, 13 Nov 2012 13:17:07 -0400