]> source.dussan.org Git - jgit.git/commit
Make PackReverseIndex a public structure 27/3927/2
authorShawn O. Pearce <spearce@spearce.org>
Wed, 29 Jun 2011 16:45:22 +0000 (09:45 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 28 Jul 2011 17:07:10 +0000 (10:07 -0700)
commitd16085b3b913e5bc5e351c0a7461051e9973629a
tree78e7db25a88912af96b2c1710d92391d2c696422
parentd60cb2a3f5b6d6221107c8824356bdeab66f38b0
Make PackReverseIndex a public structure

Repository inspection tools may find building a reverse index on a
pack useful, as they can then locate an object by offset. As both
C Git and JGit sometimes produce error messages with the offset
rather than the SHA-1, it may be useful to expose this type.

Change-Id: I487bf32e85a8985cf8ab382d4c82fcbe1fc7da6c
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/PackReverseIndex.java