Initialize the inflater after making a new format reader.
commit1268793ffc7b9e71d479cecb40f0e7f29b771f70
authorShawn O. Pearce <spearce@spearce.org>
Mon, 31 Jul 2006 06:17:55 +0000 (31 02:17 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 31 Jul 2006 06:17:55 +0000 (31 02:17 -0400)
treec16d1754874c53f38f556560ed03447486abb1f0
parent8dbf6b4f9eb565fa8ac9fb32ecf3b29e0b90eab5
Initialize the inflater after making a new format reader.

I apparently neglected to initialize the inflater for the data
portion of a new style (aka pack style) loose object; consquently
when the commit parser attempted to read the data stream it thought
the stream had already been closed.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/UnpackedObjectReader.java