diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-05-04 10:44:43 +0200 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-05-05 19:46:26 +0200 |
commit | 6e47a1924b71c44b989769e6af41459b0f5da6d2 (patch) | |
tree | 3c851ee9dac7bd168f14dbe78d34806ff7278d75 | |
parent | e1c11241f46ec56ef47ca6aa47d4c1d1118ee1a2 (diff) | |
download | gitlab-ce-6e47a1924b71c44b989769e6af41459b0f5da6d2.tar.gz |
Updated gitlab_git to 10.1.0
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 5469723beca..769ffb2476a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,8 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.8.0 (unreleased) - Project#open_branches has been cleaned up and no longer loads entire records into memory. - Log to application.log when an admin starts and stops impersonating a user + - Updated gitlab_git to 10.1.0 + - GitAccess#protected_tag? no longer loads all tags just to check if a single one exists - Make build status canceled if any of the jobs was canceled and none failed - Upgrade Sidekiq to 4.1.2 - Sanitize repo paths in new project error message diff --git a/Gemfile.lock b/Gemfile.lock index a8f7bfe43ba..fe083c2b566 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -353,7 +353,7 @@ GEM posix-spawn (~> 0.3) gitlab_emoji (0.3.1) gemojione (~> 2.2, >= 2.2.1) - gitlab_git (10.0.2) + gitlab_git (10.1.0) activesupport (~> 4.0) charlock_holmes (~> 0.7.3) github-linguist (~> 4.7.0) |