Add getTaggerIdent, getShortMessage, getFullMessage to RevTag
commit2f4e0a9fe29fdc3cb4ef1c8da71b7d86370f9baa
authorShawn O. Pearce <spearce@spearce.org>
Sat, 31 Jan 2009 00:56:01 +0000 (30 16:56 -0800)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 31 Jan 2009 13:51:22 +0000 (31 14:51 +0100)
tree31376b8b89648b6a2070bc97ab49aecda1411c43
parent945eee485f46e53f9f48bf2811c3b970cb29408d
Add getTaggerIdent, getShortMessage, getFullMessage to RevTag

These methods make the RevTag API more like the RevCommit API, such
that it is more consistent for applications to access the "fields"
of a tag object in the same way that they access the fields of any
commit object.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/org/spearce/jgit/revwalk/RevTagParseTest.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/revwalk/RevCommit.java
org.spearce.jgit/src/org/spearce/jgit/revwalk/RevTag.java
org.spearce.jgit/src/org/spearce/jgit/util/RawParseUtils.java