Add encoding and numeric parsing utilities to RawParseUtils
commitbfa3da225f198b19061158499b1135aff07d85b3
authorShawn O. Pearce <spearce@spearce.org>
Sun, 23 Mar 2008 20:21:27 +0000 (23 16:21 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:05:57 +0000 (7 01:05 -0400)
treef162ed61d0e3ce5727ecf238794851f39d57b23c
parente29fa468e8488660d64644a34510e87db012df44
Add encoding and numeric parsing utilities to RawParseUtils

These utility methods make it easier to parse a commit (or tag) buffer
to obtain the user identity, etc.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/util/MutableInteger.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/util/RawParseUtils.java