Merge branch 'fix/deleted_file' into 'master'
Fix deleted file representation with new gitlab_git gem Added this MR as per request from https://github.com/gitlabhq/gitlabhq/pull/7980 * Add new gitlab_gem as per gitlab-org/gitlab_git!6 * 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](https://gitlab.com/uploads/arif-ali/gitlab-ce/67ec88b06d/Screen_Shot_2014-12-30_at_21.02.55.png) **After** ![Screen Shot 2014-12-30 at 21.05.18](https://gitlab.com/uploads/arif-ali/gitlab-ce/050b689c82/Screen_Shot_2014-12-30_at_21.05.18.png) See merge request !273
Showing
... | @@ -37,7 +37,7 @@ gem "browser" | ... | @@ -37,7 +37,7 @@ gem "browser" |
# Extracting information from a git repository | # Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | # Provide access to Gitlab::Git library | ||
gem "gitlab_git", '7.0.0.rc12' | gem "gitlab_git", '7.0.0.rc13' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | # Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
... | ... |
Please register or sign in to comment