mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4797 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -22,7 +22,7 @@ module Redmine
|
||||
module Adapters
|
||||
class GitAdapter < AbstractAdapter
|
||||
# Git executable name
|
||||
GIT_BIN = Redmine::Configuration['scm_command_git'] || "git"
|
||||
GIT_BIN = Redmine::Configuration['scm_git_command'] || "git"
|
||||
|
||||
def info
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user