Fixed issues 368 and 354, access to files with special characters.
This commit is contained in:
@@ -233,6 +233,7 @@ class IDF_Scm_Git extends IDF_Scm
|
||||
$file->author = 'Unknown';
|
||||
}
|
||||
$file->fullpath = ($folder) ? $folder.'/'.$file->file : $file->file;
|
||||
$file->efullpath = self::smartEncode($file->fullpath);
|
||||
if ($file->type == 'commit') {
|
||||
// We have a submodule
|
||||
$file = $this->getSubmodule($file, $commit);
|
||||
|
Reference in New Issue
Block a user