I have a Git repository which contains a large number of binary files that change on a regular basis.
Now I want to migrate the whole repository (including history) Git LFS and succeeded using git lfs migrate import --everything
.
Is there a method to retain the original SHA1-hashes of the commits before the migration, so that I can still search for them in case I need to reproduce old results?
I am aware, that the commit hashes themselves depend on the whole history and will change. I am talking about e.g. bulk editing the commit messages such that they contain the original hash.