-
- Downloads
Fix Commit stats and diff encoding issues
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/controllers/projects/commit_controller.rb 1 addition, 7 deletionsapp/controllers/projects/commit_controller.rb
- app/controllers/projects/repositories_controller.rb 1 addition, 1 deletionapp/controllers/projects/repositories_controller.rb
Loading
| Loading
| @@ -32,7 +32,7 @@ gem 'omniauth-shibboleth' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
# gem "gitlab_git", path: '../../gitlab_git' | ||
gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '187ff05aef6fc5390a2d666f35f84de0db9777b7' | ||
gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: 'b53b948a9248ea3a4b7f2bd6c7f9938fbd5e952b' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
Loading
| Loading
|
Please register or sign in to comment