Welcome to mirror list, hosted at ThFree Co, Russian Federation.

3_grit_ext.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b298e821e795e766f3e849b83911b3060fd51d2 (plain)
1
2
3
4
5
6
require 'grit'
require 'pygments'

Grit::Git.git_binary = Gitlab.config.git.bin_path
Grit::Git.git_timeout = Gitlab.config.git.timeout
Grit::Git.git_max_size = Gitlab.config.git.max_size