@@ -319,7 +319,6 module Redmine | |||
|
319 | 319 | |
|
320 | 320 | def scm_cmd(*args, &block) |
|
321 | 321 | repo_path = root_url || url |
|
322 | # full_args = [GIT_BIN, '--git-dir', repo_path, '-c', 'core.quotepath=false'] | |
|
323 | 322 | full_args = [GIT_BIN, '--git-dir', repo_path, '-c', 'core.quotepath=true'] |
|
324 | 323 | full_args += args |
|
325 | 324 | ret = shellout(full_args.map { |e| shell_quote e.to_s }.join(' '), &block) |
General Comments 0
You need to be logged in to leave comments.
Login now