Normally when I hover over lines in Git Gui Blame, it shows a tooltip containing just the commit hash, the author/date, and the comment.
But I just saw a tooptip that shows 2 commits - titled "Originally by", and then "Copied Or Moved Here By":
What do those mean, exactly? Does Git Blame somehow detect when lines of code have been moved or copied?