Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Field and Description |
---|---|
(package private) BlockList<BasePackBitmapIndex.StoredBitmap> |
PackBitmapIndexBuilder.byAddOrder |
private BlockList<PackBitmapIndexBuilder.PositionEntry> |
PackBitmapIndexBuilder.byOffset |
private BlockList<BitmapIndexImpl.MutableEntry> |
BitmapIndexImpl.MutableBitmapIndex.revList |
Modifier and Type | Method and Description |
---|---|
private static void |
PackBitmapIndexBuilder.sortByOffsetAndIndex(BlockList<PackBitmapIndexBuilder.PositionEntry> byOffset,
ObjectIdOwnerMap<PackBitmapIndexBuilder.PositionEntry> positionEntries,
java.util.List<ObjectToPack> entries) |
Modifier and Type | Field and Description |
---|---|
(package private) BlockList<ObjectToPack>[] |
PackWriter.objectsLists |
Modifier and Type | Method and Description |
---|---|
private void |
PackWriter.cutDeltaChains(BlockList<ObjectToPack> list) |
Modifier and Type | Field and Description |
---|---|
private BlockList<PackedObjectInfo> |
PackParser.collisionCheckObjs
Objects need to be double-checked for collision after indexing.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockList.addAll(BlockList<T> src)
Quickly append all elements of another BlockList.
|