(refs#458)Correct short and full message

Swaped short and full message in commit info by accident.
This commit is contained in:
Tomofumi Tanaka
2014-08-05 00:07:21 +09:00
parent 57879eb72e
commit 05afec3236

View File

@@ -77,8 +77,8 @@ object JGitUtil {
def this(rev: org.eclipse.jgit.revwalk.RevCommit) = this(
rev.getName,
rev.getFullMessage,
rev.getShortMessage,
rev.getFullMessage,
rev.getParents().map(_.name).toList,
rev.getAuthorIdent.getWhen,
rev.getAuthorIdent.getName,