Skip to content

Fix deleted file representation with new gitlab_git gem

Arif Ali requested to merge (removed):fix/deleted_file into master

Added this MR as per request from https://github.com/gitlabhq/gitlabhq/pull/7980

  • Add new gitlab_gem as per gitlab_git!6 (merged)
  • Fix the showing of deleted file, as it only displays the named of the file, rather than specifying what had happened

Before

Screen Shot 2014-12-30 at 21.02.55

After

Screen Shot 2014-12-30 at 21.05.18

Merge request reports