mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
(refs #437)Fix typo
Threre is more good function name, but i have no idea 😵
This commit is contained in:
@@ -95,7 +95,7 @@ object JGitUtil {
|
||||
} else None
|
||||
}
|
||||
|
||||
def isDiffrentCommitter: Boolean = authorName != committerName || authorEmailAddress != committerEmailAddress
|
||||
def isDifferentFromAuthor: Boolean = authorName != committerName || authorEmailAddress != committerEmailAddress
|
||||
}
|
||||
|
||||
case class DiffInfo(changeType: ChangeType, oldPath: String, newPath: String, oldContent: Option[String], newContent: Option[String])
|
||||
|
||||
Reference in New Issue
Block a user