Package | Description |
---|---|
org.eclipse.jgit.internal.storage.dfs |
Distributed file system based repository storage.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
DfsPackCompactor |
DfsPackCompactor.exclude(ObjectIdSet set)
Exclude objects from the compacted pack.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyObjectIdSetFile
Lazily loads a set of ObjectIds, one per line.
|
class |
PackIndex
|
Modifier and Type | Method and Description |
---|---|
void |
PackWriter.excludeObjects(ObjectIdSet idx)
Add a pack index whose contents should be excluded from the result.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>
Fast, efficient map for
ObjectId subclasses in
only one map. |
class |
ObjectIdSubclassMap<V extends ObjectId>
Fast, efficient map specifically for
ObjectId
subclasses. |
Modifier and Type | Method and Description |
---|---|
ObjectChecker |
ObjectChecker.setSkipList(ObjectIdSet objects)
Enable accepting specific malformed (but not horribly broken) objects.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.