Merge branch 'git-archive-golang' into 'master'
Let gitlab-git-http-server handle archive downloads This change relies on changes in gitlab_git and gitlab-git-http-server. fixes #2429 See merge request !1548
Showing
... | @@ -39,7 +39,7 @@ gem "browser", '~> 1.0.0' | ... | @@ -39,7 +39,7 @@ gem "browser", '~> 1.0.0' |
# 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.2.18' | gem "gitlab_git", '~> 7.2.19' | ||
# 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 | ||
... | ... |
Please register or sign in to comment