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 |
---|---|
ObjectIdOwnerMap<ObjectIdOwnerMap.Entry> |
PackBitmapIndexBuilder.getObjectSet()
Get set of objects included in the pack.
|
Modifier and Type | Method and Description |
---|---|
ObjectIdOwnerMap<ObjectIdOwnerMap.Entry> |
PackWriter.getObjectSet()
Returns the object ids in the pack file that was created by this writer.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.