mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
Bugfix
This commit is contained in:
@@ -318,7 +318,7 @@ object JGitUtil {
|
|||||||
* @return the commit list
|
* @return the commit list
|
||||||
*/
|
*/
|
||||||
def getCommitLog(git: Git, from: String, to: String): List[CommitInfo] =
|
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.
|
* Returns the latest RevCommit of the specified path.
|
||||||
|
|||||||
Reference in New Issue
Block a user