diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-03-11 17:40:59 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-03-18 12:30:46 +0100 |
commit | 3f0d780c19d821e74a4a89634ada10dedec0dbeb (patch) | |
tree | 0a0b57dc7d57ea039d3678fca8aa2b8142c7d592 /Gemfile | |
parent | bdbc9884348515f71530efc2759c05d794f8547e (diff) | |
download | gitlab-ce-3f0d780c19d821e74a4a89634ada10dedec0dbeb.tar.gz |
Show a notice for diffs that are too largehide-large-diffs
This builds on the changes introduced in
https://gitlab.com/gitlab-org/gitlab_git/merge_requests/72 and results
in merge requests with large diffs (e.g. due to them containing minified
CSS) loading much faster.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ gem "browser", '~> 1.0.0' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 9.0' +gem "gitlab_git", '~> 10.0' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |