* Check for missing meta files during git operation
4.2.4
* Switch fix_encoding to return dict instead of list of tuples
* Make sure to roll back a failed `pick` even if the list of changed files is too long for the command line (92)
* Add test to check that unchanged objects and paths are not actually updated
* Correctly playback type changes of properties
4.2.3
* Allow recreating the top-level User Folder if it is accidentally deleted.
4.2.2
* Handle changes between "Folder" and "Folder (Ordered)" in playback without needing to recursively play back everything below it, using cut+paste for the children instead.
* Refactor playback to work iteratively with a stack of paths
4.2.1
* Allow automatically resetting generic commits
4.2.0
* Add tests for more object types
* Execute after-recurse-hook after loop over paths in playback, in reverse order