Uses of Class
org.eclipse.jgit.internal.storage.pack.PackWriterBitmapPreparer.CommitSelectionHelper
-
Packages that use PackWriterBitmapPreparer.CommitSelectionHelper Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of PackWriterBitmapPreparer.CommitSelectionHelper in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return PackWriterBitmapPreparer.CommitSelectionHelper Modifier and Type Method Description private PackWriterBitmapPreparer.CommitSelectionHelper
PackWriterBitmapPreparer. captureOldAndNewCommits(RevWalk rw, int expectedCommitCount, java.util.Set<? extends ObjectId> excludeFromBitmapSelection)
Records which of thewants
can be found in the previous GC pack's bitmap indices and which are new.
-