OCFL / ocfl-java

A Java OCFL implementation
MIT License
16 stars 12 forks source link

Fix bug staging identical files to mutable head #106

Closed pwinckles closed 4 months ago

pwinckles commented 4 months ago

Creating a mutable head revision that only contains a file with identical contents to a file already in the mutable head is now properly writen to the object.

Resolves #105