Add openObjectInAllPacks() to Repository, exposing packed objects storage
commita4306084ec6d17378f530953043e527056491c78
authorMarek Zawirski <marek.zawirski@gmail.com>
Sun, 15 Jun 2008 21:45:32 +0000 (15 23:45 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 28 Jun 2008 09:55:30 +0000 (28 11:55 +0200)
tree8e44f85f6f68d72adf7118e776165ca15b40dc25
parentc3685a6b1b0350ac195172ee71b18afc5e7a17ea
Add openObjectInAllPacks() to Repository, exposing packed objects storage

Gives client a way to access specified object from any pack where it is
stored (this may be useful when an object is stored in more than 1 pack).

Signed-off-by: Marek Zawirski <marek.zawirski@gmail.com>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/lib/Repository.java