diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-06-05 13:51:22 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-06-05 13:51:22 -0400 |
commit | db0d798180cb076b9b549bc07344cab70cda5ec0 (patch) | |
tree | bdc19aa10614c236d21baee175211e374ea6d8fa /CHANGELOG | |
parent | 8b57339c61e493128c927dfbde406d6724fbc818 (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-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |