summaryrefslogtreecommitdiff
path: root/Gemfile
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
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')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a06dbe8e061..08fb9216e9f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -50,7 +50,7 @@ gem "browser", '~> 1.0.0'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '~> 8.0.0'
+gem "gitlab_git", '~> 8.1'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes