add: Fix error recovery rollback to not move the injested file content out of the annex back to the file, because other files may point to that same content. Instead, copy the injected file content out to recover.
That was not a data loss, but it came close!
This commit is contained in:
parent
d435a717e6
commit
7938b87864
3 changed files with 11 additions and 16 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -10,6 +10,10 @@ git-annex (5.20151102.2) UNRELEASED; urgency=medium
|
|||
that moves file contents around.
|
||||
* Fix race that could result in an annexed file's symlink not being
|
||||
created, when eg, running concurrent git-annex adds.
|
||||
* add: Fix error recovery rollback to not move the injested file content
|
||||
out of the annex back to the file, because other files may point to
|
||||
that same content. Instead, copy the injected file content out to
|
||||
recover.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Wed, 04 Nov 2015 12:50:20 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue