summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-06-05 13:51:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-05 13:51:22 -0400
commitdb0d798180cb076b9b549bc07344cab70cda5ec0 (patch)
treebdc19aa10614c236d21baee175211e374ea6d8fa /CHANGELOG
parent8b57339c61e493128c927dfbde406d6724fbc818 (diff)
move --to: Better behavior when system is completely out of disk space; drop content from disk before writing location log.
I noticed move --to failing when there was no disk space. The file was sent to the remote, but it crashed before it could be dropped locally. This could fix that.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 13091f935..2efc4eb24 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -18,6 +18,8 @@ git-annex (6.20160528) UNRELEASED; urgency=medium
* remotedaemon: Fixed support for notifications of changes to gcrypt
remotes, which was never tested and didn't quite work before.
* list: Do not include dead repositories.
+ * move --to: Better behavior when system is completely out of disk space;
+ drop content from disk before writing location log.
-- Joey Hess <id@joeyh.name> Fri, 27 May 2016 13:12:48 -0400