fix(Commit Log): branch should not add slashes

This commit is contained in:
cubic
2022-03-12 18:57:53 +08:00
parent 36c728a2d7
commit 6912275d6b

View File

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