git-annex/doc/bugs/unannex_of_modified_file_loses_modification.mdwn

9 lines
326 B
Text
Raw Normal View History

2021-02-22 17:03:22 +00:00
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]]
> [[fixed|done]] --[[Joey]]