renamed files should not show full diffs in the commit log in gitlab
Created by: arif-ali
When using git mv
, we should only see that the file was renamed, as shown below in github

In gitlab we near the top the following,

And the full diffs of the files removed and added

It's a nice to have, and would make things easier to read.