summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-02-04 16:30:33 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2016-02-04 19:42:40 +0100
commitb263ab618c59ff9e377780c6120ab60fd97aefd0 (patch)
treed8e00c2ad6a6fc94deca03c1f88f42b65a261d41 /Gemfile.lock
parent312d3faf6f71e4dc7fc2870ea823115475f14c8b (diff)
downloadgitlab-ce-b263ab618c59ff9e377780c6120ab60fd97aefd0.tar.gz
Dedicated method for counting commits between refsimprove-diverging-commit-counts
gitlab_git 8.1 adds the ability to count the amount of commits between two references without having to allocate anything but regular Rugged::Commit objects. This in turn speeds up the process of counting the number of commits a branch is ahead/behind by about 3.5x.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index bd767016108..88496163c89 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -357,7 +357,7 @@ GEM
posix-spawn (~> 0.3)
gitlab_emoji (0.2.0)
gemojione (~> 2.1)
- gitlab_git (8.0.0)
+ gitlab_git (8.1.0)
activesupport (~> 4.0)
charlock_holmes (~> 0.7.3)
github-linguist (~> 4.7.0)
@@ -933,7 +933,7 @@ DEPENDENCIES
github-markup (~> 1.3.1)
gitlab-flowdock-git-hook (~> 1.0.1)
gitlab_emoji (~> 0.2.0)
- gitlab_git (~> 8.0.0)
+ gitlab_git (~> 8.1)
gitlab_meta (= 7.0)
gitlab_omniauth-ldap (~> 1.2.1)
gollum-lib (~> 4.1.0)