diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-02-04 16:30:33 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-02-04 19:42:40 +0100 |
commit | b263ab618c59ff9e377780c6120ab60fd97aefd0 (patch) | |
tree | d8e00c2ad6a6fc94deca03c1f88f42b65a261d41 /Gemfile | |
parent | 312d3faf6f71e4dc7fc2870ea823115475f14c8b (diff) | |
download | gitlab-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |