bug report

This commit is contained in:
Joey Hess 2021-02-22 13:03:22 -04:00
parent 62d5a73bdd
commit 224bc7579b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,6 @@
git-annex unannex (or uninit) with an annexed file that is modified loses
the modified version, replacing it with the last annexed version.
This is a data loss bug.
Command.Unannex.cleanup just overwrites whatever's there without checking.
Happens with both locked and unlocked files. --[[Joey]]