scm: git: override "path_encoding" method in adapter (#5251).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5870 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-21 02:39:42 +00:00
parent c9a3d925ca
commit 61c5740a86
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ module Redmine
@path_encoding = path_encoding.blank? ? 'UTF-8' : path_encoding
end
def path_encoding
@path_encoding
end
def info
begin
Info.new(:root_url => url, :lastrev => lastrev('',nil))