-
- Downloads
refactors blob_controller
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 11 additions, 6 deletionsGemfile.lock
- app/controllers/concerns/creates_commit.rb 8 additions, 0 deletionsapp/controllers/concerns/creates_commit.rb
- app/controllers/projects/blob_controller.rb 2 additions, 2 deletionsapp/controllers/projects/blob_controller.rb
- app/models/repository.rb 33 additions, 0 deletionsapp/models/repository.rb
- app/services/files/update_service.rb 4 additions, 1 deletionapp/services/files/update_service.rb
Loading
| Loading
| @@ -52,7 +52,7 @@ gem "browser", '~> 2.2' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 10.2' | ||
gem "gitlab_git", '~> 10.2', path: "~/src/Gitlab/gitlab_git" | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
Loading
| Loading
|
Please register or sign in to comment