File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22require 'pathname'
33require 'fileutils'
44# require 'open3'
5- # require File.dirname(__FILE__) + '/../../../lib/redmine_git_remote/poor_mans_capture3'
6- require_dependency 'redmine_git_remote/poor_mans_capture3'
5+ Rails . configuration . to_prepare do
6+ require_dependency 'redmine_git_remote/poor_mans_capture3'
7+ end
78
89class Repository ::GitRemote < Repository ::Git
910
Original file line number Diff line number Diff line change 11require 'redmine'
22
3- # require File.dirname(__FILE__) + '/lib/redmine_git_remote/repositories_helper_patch'
43Rails . configuration . to_prepare do
54 require_dependency "redmine_git_remote/repositories_helper_patch"
6- require_dependency 'redmine_git_remote/poor_mans_capture3'
75end
86Redmine ::Scm ::Base . add "GitRemote"
97
You can’t perform that action at this time.
0 commit comments