Package | Description |
---|---|
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.revplot |
Building/rendering revision graphs.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ObjectToPack |
Per-object state used by
PackWriter . |
Modifier and Type | Method | Description |
---|---|---|
ObjectIdOwnerMap<ObjectIdOwnerMap.Entry> |
PackWriter.getObjectSet() |
Returns the object ids in the pack file that was created by this writer.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry> |
Fast, efficient map for
ObjectId subclasses in only one map. |
Modifier and Type | Class | Description |
---|---|---|
class |
PlotCommit<L extends PlotLane> |
A commit reference to a commit in the DAG.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
DepthWalk.Commit |
RevCommit with a depth (in commits) from a root.
|
class |
RevBlob |
A binary file, or a symbolic link.
|
class |
RevCommit |
A commit reference to a commit in the DAG.
|
class |
RevObject |
Base object type accessed during revision walking.
|
class |
RevTag |
An annotated tag.
|
class |
RevTree |
A reference to a tree of subtrees/files.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PackedObjectInfo |
Description of an object stored in a pack file, including offset.
|
Copyright © 2018. All rights reserved.