]> source.dussan.org Git - jgit.git/commit
Expose getType in ObjectToPack 16/1216/3
authorShawn O. Pearce <spearce@spearce.org>
Thu, 29 Jul 2010 23:59:40 +0000 (16:59 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 21 Aug 2010 00:41:27 +0000 (17:41 -0700)
commit109c695936d3b4029b16f2c9cff7ef993133f303
tree3e530f4d4a5b20ab3dac8a4c081921c4e5822768
parentd1ebc4aa0099b15c06eeecad392c4e00eb9b9414
Expose getType in ObjectToPack

Storage implementations may find this useful when implementing the
ObjectReuseAsIs interface on their ObjectReader.  Expose it so we
don't force them to create a redundant copy of the information.

Change-Id: I802ec8113c00884fccde5d0e92b9849716316f62
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/storage/pack/ObjectToPack.java