Closed McHaillet closed 9 months ago
However, this creates a lot of insertions/deletions in two files. Is there any way to make git track the transfer (as is done with git mv when renaming)?
unfortunately not, to make review easier I would normally do the move (without any changes) in a single commit, and then use further commits to alter it.
Will close this branch, my work here is very unfinished and definitely not on the to-do list
This is WIP for subtomogram averaging with wiener filtering.
Some functions for averaging were imported from a bin script, I now moved them to a separate module. However, this creates a lot of insertions/deletions in two files. Is there any way to make git track the transfer (as is done with
git mv
when renaming)?