]> source.dussan.org Git - jgit.git/commit
dfs: expose DfsReftable from DfsObjDatabase 51/101851/10
authorShawn Pearce <spearce@spearce.org>
Mon, 24 Jul 2017 16:38:36 +0000 (09:38 -0700)
committerShawn Pearce <spearce@spearce.org>
Mon, 28 Aug 2017 22:07:04 +0000 (15:07 -0700)
commit1a7b8a11dff95e451e2ba59ee60f224b9c13f9a8
tree77cacd8bcd8322532fc1e6c12b17016704b111fd
parent1222f345063bf989f35920b5e06091d9ea3b6ab0
dfs: expose DfsReftable from DfsObjDatabase

Reftable storage in DFS is related to pack storage.  Reftables are
stored in the same namespace, but with PackExt.REFTABLE.  Include
the set of DfsReftable instances in the PackList and export some
helpers to access the tables.

Change-Id: I6a4f5f953ed6b0ff80a7780f4c6cbcc5eda0da3e
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsObjDatabase.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsPackDescription.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsPackFile.java