Add utility methods for decoding the author, committer to RevCommit
commit8c5ace98076fdc9fcf066c4ee8df063684fc3878
authorShawn O. Pearce <spearce@spearce.org>
Sun, 23 Mar 2008 20:44:32 +0000 (23 16:44 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:05:57 +0000 (7 01:05 -0400)
tree5201597425d7b88b390111e71f436ff349b43a66
parentbfa3da225f198b19061158499b1135aff07d85b3
Add utility methods for decoding the author, committer to RevCommit

Some applications will find it useful to parse the person identity
out of a RevCommit, without going through the slower Commit class.
Eventually we should be able to remove the Commit class entirely,
as RevCommit is growing to the point where it does not need to use
the Commit class at all.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/pgm/Log.java
org.spearce.jgit/src/org/spearce/jgit/revwalk/RevCommit.java
org.spearce.jgit/src/org/spearce/jgit/util/RawParseUtils.java