| Package | Description |
|---|---|
| org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Iterable<PackWriterBitmapPreparer.BitmapCommit> |
PackWriterBitmapPreparer.CommitSelectionHelper.reusedCommits |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.util.Collection<PackWriterBitmapPreparer.BitmapCommit> |
PackWriterBitmapPreparer.selectCommits(int expectedCommitCount,
java.util.Set<? extends ObjectId> excludeFromBitmapSelection)
Returns the commit objects for which bitmap indices should be built.
|
| Constructor and Description |
|---|
CommitSelectionHelper(java.util.Set<? extends ObjectId> peeledWant,
RevCommit[] commitsByOldest,
int commitStartPos,
java.util.List<PackWriterBitmapPreparer.BitmapBuilderEntry> bitmapEntries,
BitmapIndex.BitmapBuilder reusedCommitsBitmap,
java.lang.Iterable<PackWriterBitmapPreparer.BitmapCommit> reuse) |