git path reverted.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1996 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2008-11-08 17:15:18 +00:00
parent 9352bb527b
commit 11b9ceb054
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module Redmine
class GitAdapter < AbstractAdapter
# Git executable name
GIT_BIN = "D:\\dev\\git\\bin\\git.exe"
GIT_BIN = "git"
# Get the revision of a particuliar file
def get_rev (rev,path)