From b263ab618c59ff9e377780c6120ab60fd97aefd0 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 4 Feb 2016 16:30:33 +0100 Subject: Dedicated method for counting commits between refs 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. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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 -- cgit v1.2.1