fix(get Commit Info): cannot use Command Helper for filename

This commit is contained in:
cubic
2022-03-12 19:05:27 +08:00
parent 6912275d6b
commit a51daa0782

View File

@@ -1465,8 +1465,6 @@ class Repository_model extends CI_Model
return FALSE;
}
$filePath = Command::wrapArgument($filePath);
$command = GitCommand::getLastLog($branch, $filePath, $lastSha);
if (!$command) {
return FALSE;