Uses of Class
org.eclipse.jgit.internal.storage.pack.BitmapCommit
Packages that use BitmapCommit
Package
Description
File based repository storage.
Reading/writing Git pack files.
-
Uses of BitmapCommit in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type BitmapCommitModifier and TypeMethodDescriptionvoid
PackBitmapIndexBuilder.processBitmapForWrite
(BitmapCommit c, BitmapIndex.Bitmap bitmap, int flags) Processes a commit and prepares its bitmap to write to the bitmap index file. -
Uses of BitmapCommit in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that return BitmapCommitModifier and TypeMethodDescriptionBitmapCommit.Builder.build()
Builds BitmapCommit from the builder.Methods in org.eclipse.jgit.internal.storage.pack with parameters of type BitmapCommitModifier and TypeMethodDescriptionstatic BitmapCommit.Builder
BitmapCommit.copyFrom
(BitmapCommit commit) Get a builder of BitmapCommit whose fields are copied fromcommit
.