merge request 'changes' tab not diffing deleted files
Created by: brettrann
they show up in git diff as deleted, along with all the file contents.
On the changes tab to see deleted files it's possible by clicking "show diff stats" which gives a summary of changed files, new files (green), and delted files (red). But it's disabled by default.
All the attention is placed on the actual diff content. It would be good to have deleted files included there. Their removal is conceputally part of the detailed diff, and the absence could be dangerous if the person doesn't go out of their way to also look at the stats view.