Closed msiebeneicher closed 5 years ago
Found and fixed an issue after merging. The thing with CloneOriginal is that we create a copy of the current state first and then either need to clone the current metadata (to avoid changes "leaking" into the copy) or explicitly set it to nil as the original (as defined by the "freeze" operation) does not have metadata.
See commit: https://github.com/trivago/gollum/commit/7c14a24d471b75c5b1642f2a3a961b7028380c3c
The purpose of this pull request
Checklist
make test
executed successfully