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.
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ObjectIdSet> |
DfsPackCompactor.exclude |
private java.util.List<ObjectIdSet> |
DfsGarbageCollector.newPackObj |
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
|
(package private) class |
PackIndexV1 |
(package private) class |
PackIndexV2
Support for the pack index v2 format.
|
Modifier and Type | Method and Description |
---|---|
private PackFile |
GC.writePack(java.util.Set<? extends ObjectId> want,
java.util.Set<? extends ObjectId> have,
java.util.Set<ObjectId> tags,
java.util.Set<ObjectId> tagTargets,
java.util.List<ObjectIdSet> excludeObjects) |
Modifier and Type | Field and Description |
---|---|
private ObjectIdSet |
PackWriter.excludeInPackLast |
private ObjectIdSet[] |
PackWriter.excludeInPacks |
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 | Field and Description |
---|---|
private ObjectIdSet |
ObjectChecker.skipList |
Modifier and Type | Method and Description |
---|---|
ObjectChecker |
ObjectChecker.setSkipList(ObjectIdSet objects)
Enable accepting specific malformed (but not horribly broken) objects.
|
Modifier and Type | Method and Description |
---|---|
private ObjectIdSet |
TransferConfig.skipList() |