-
- Downloads
refactors blob_controller
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 14 additions, 0 deletionsGemfile.lock
- app/controllers/concerns/creates_commit.rb 8 additions, 0 deletionsapp/controllers/concerns/creates_commit.rb
- app/controllers/projects/blob_controller.rb 1 addition, 1 deletionapp/controllers/projects/blob_controller.rb
- app/models/repository.rb 13 additions, 10 deletionsapp/models/repository.rb
Loading
| @@ -52,7 +52,7 @@ gem 'browser', '~> 2.2' | Loading
| @@ -52,7 +52,7 @@ gem 'browser', '~> 2.2' |
# 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', '~> 10.2' | gem "gitlab_git", '~> 10.2', path: "~/src/Gitlab/gitlab_git" | ||
# LDAP Auth | # LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | # GitLab fork with several improvements to original library. For full list of changes | ||
Loading
| Loading
|
Please register or sign in to comment