From 6912275d6b2eaa7d542f612f40833453601a50c1 Mon Sep 17 00:00:00 2001 From: cubic Date: Sat, 12 Mar 2022 18:57:53 +0800 Subject: [PATCH] fix(Commit Log): branch should not add slashes --- application/models/repository_model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/models/repository_model.php b/application/models/repository_model.php index 1c3eb98..6950549 100755 --- a/application/models/repository_model.php +++ b/application/models/repository_model.php @@ -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);