Same:
RevCommit commit = ...; PersonIdent authorIdent = commit.getAuthorIdent(); Date authorDate = authorIdent.getWhen(); TimeZone authorTimeZone = authorIdent.getTimeZone(); PersonIdent committerIdent = commit.getCommitterIdent(); ...
Also see the API documentation .
robinst
source share