]> source.dussan.org Git - jgit.git/commit
Throw CorruptObjectException when a bad object is found 07/24407/2
authorShawn Pearce <spearce@spearce.org>
Thu, 3 Apr 2014 17:10:01 +0000 (10:10 -0700)
committerShawn Pearce <spearce@spearce.org>
Thu, 3 Apr 2014 18:12:01 +0000 (11:12 -0700)
commit8924d4e0a09ea792123a892ba2b7d2c0bfd11946
tree4fed03b4269760a5de082df915ebad0cc5ae6e02
parent90d743f83433ad4a8235ef001b571ce472e3e57c
Throw CorruptObjectException when a bad object is found

This makes it easier to identify higher in the call stack.

Change-Id: I829431c38c71fa1899e33916252b75f09db8ecbd
org.eclipse.jgit/src/org/eclipse/jgit/errors/CorruptObjectException.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/PackParser.java