Skip to content
Snippets Groups Projects
Commit 9214962d authored by Sato Hiroyuki's avatar Sato Hiroyuki
Browse files

Fix not using git.bin_path in config.

Closing #3614" and "Closing #3574.
parent b5461e0c
No related branches found
No related tags found
1 merge request!3687Fix not using git.bin_path in config.
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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment