Hi, I just tried to created an anonymized repo to allow the list to reproduce a bug in "rebase -i" I discovered in Git 2.13 for Linux (Windows is not affected). However, in order to reproduce the bug it's important to keep the "fixup!" prefixes as part of the commit messages. Unfortunately, "fast-export --anonymize" does not maintain these (or any other command prefixes in commit messages). Given that the --anonymize option is explicitly designed to help reproducing bugs, I consider this to be a bug in the --anonymize option itself. -- Sebastian Schuberth