ReceivePack: Remove need new,base object id properties
commit329a0e1689f2493b7034d15185f4fbf59c9e49bb
authorShawn O. Pearce <spearce@spearce.org>
Fri, 16 Apr 2010 15:11:30 +0000 (16 08:11 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 16 Apr 2010 23:32:33 +0000 (16 16:32 -0700)
treef1cabc2f7fb5d69ac43762b3bd10304a37477b58
parent8279361de8ca9a216c6dbfcc02591c011308223b
ReceivePack: Remove need new,base object id properties

These are more like internal implementation details of how IndexPack
works with ReceivePack to validate the incoming object stream.
Callers who are embedding the ReceivePack logic in their own
application don't really need to know the details of which objects
were used for delta bases in the incoming thin pack, or exactly
which objects were newly transmitted.

Hide these from the API, as exposing them through ReceivePack was
an early mistake.

Change-Id: I7ee44a314fa19e6a8520472ce05de92c324ad43e
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java