mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Bugfix
This commit is contained in:
@@ -318,7 +318,7 @@ object JGitUtil {
|
||||
* @return the commit list
|
||||
*/
|
||||
def getCommitLog(git: Git, from: String, to: String): List[CommitInfo] =
|
||||
getCommitLogFrom(git, from)(_.getName == from)
|
||||
getCommitLogFrom(git, to)(_.getName == from)
|
||||
|
||||
/**
|
||||
* Returns the latest RevCommit of the specified path.
|
||||
|
||||
Reference in New Issue
Block a user