| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
| org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
| Modifier and Type | Method and Description |
|---|---|
static PackBitmapIndexRemapper |
PackBitmapIndexRemapper.newPackBitmapIndex(BitmapIndex prevBitmapIndex,
PackBitmapIndex newIndex)
A PackBitmapIndex that maps the positions in the prevBitmapIndex to the
ones in the newIndex.
|
| Modifier and Type | Field and Description |
|---|---|
private PackBitmapIndexRemapper |
PackWriterBitmapPreparer.bitmapRemapper |