mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-06 21:50:39 +08:00
fix(Commit Log): branch should not add slashes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user