fitzgen commented on issue #4805:
Ah yeah sorry about that! I did notice that for some reason it didn't preserve the
git mv
, not sure why!
jameysharp commented on issue #4805:
That's not your fault—that's because there's no actual state in a git history representing a "move". :laughing: It's all heuristically reconstructed by
git diff
etc after the fact.
Last updated: Nov 22 2024 at 17:03 UTC