-
- Downloads
There was a problem fetching the pipeline summary.
Fix of 'Commits being passed to custom hooks already reachable when using the UI'
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 12 additions, 6 deletionsGemfile.lock
- app/models/repository.rb 30 additions, 46 deletionsapp/models/repository.rb
- app/services/create_branch_service.rb 13 additions, 15 deletionsapp/services/create_branch_service.rb
Loading
| Loading
| @@ -56,7 +56,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', :git => "git@gitlab.com:gitlab-org/gitlab_git.git", branch: "optional_branch_update" | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
Loading
| Loading
|
Please register or sign in to comment