Package | Description |
---|---|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<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> newWants,
RevCommit[] commitsByOldest,
int commitStartPos,
java.util.List<RevCommit> newWantsByNewest,
BitmapIndex.BitmapBuilder reusedCommitsBitmap,
java.util.List<PackWriterBitmapPreparer.BitmapCommit> reuse) |