add: Be even more robust to avoid ever leaving the file seemingly deleted.

A failure at any point after the file is annexed will result in an undo
that puts the original file back into place and wipes the location log.
This commit is contained in:
Joey Hess 2011-07-07 21:29:31 -04:00
parent 2640ee820f
commit 40c6ba99f5
2 changed files with 40 additions and 10 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
git-annex (3.20110708) UNRELEASED; urgency=low
* add: Be even more robust to avoid ever leaving the file seemingly deleted.
-- Joey Hess <joeyh@debian.org> Thu, 07 Jul 2011 21:28:49 -0400
git-annex (3.20110707) unstable; urgency=low
* Fix sign bug in disk free space checking.