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 |
---|---|
void |
PackBitmapIndexBuilder.processBitmapForWrite(BitmapCommit c,
BitmapIndex.Bitmap bitmap,
int flags)
Processes a commit and prepares its bitmap to write to the bitmap index
file.
|
Modifier and Type | Method and Description |
---|---|
BitmapCommit |
BitmapCommit.Builder.build()
Builds BitmapCommit from the builder.
|
Modifier and Type | Method and Description |
---|---|
static BitmapCommit.Builder |
BitmapCommit.copyFrom(BitmapCommit commit)
Get a builder of BitmapCommit whose fields are copied from
commit . |
Copyright © 2020 Eclipse JGit Project. All rights reserved.