Move PacketLineIn hex parsing to RawParseUtils
commit89b20fbfbffe6048e8d8af335681a9e788f331c3
authorShawn O. Pearce <spearce@spearce.org>
Thu, 4 Jun 2009 21:43:59 +0000 (4 14:43 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 15 Jun 2009 19:06:32 +0000 (15 21:06 +0200)
tree5b533cf198ab90ded767543cf7dff2c831321fcf
parent7623723498f108c616e850b5eaa5d7eb6adc23d6
Move PacketLineIn hex parsing to RawParseUtils

This way we can reuse the same declaration buffer, and accept
uppercase digits as well as lowercase digits.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/transport/PacketLineIn.java
org.spearce.jgit/src/org/spearce/jgit/util/RawParseUtils.java