Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.blame |
Computing blame/annotate information of files.
|
org.eclipse.jgit.internal.fsck |
Git fsck support.
|
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.internal.storage.reftable | |
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 and Description |
---|---|
private static class |
NameRevCommand.NameRevCommit |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ReverseWalk.ReverseCommit |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
FsckPackParser.ObjFromPack |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DfsObjectToPack
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BasePackBitmapIndex.StoredBitmap
Data representation of the bitmap entry restored from a pack index.
|
private static class |
BitmapIndexImpl.MutableEntry |
private static class |
CachedObjectDirectory.UnpackedObjectId |
(package private) static class |
LazyObjectIdSetFile.Entry |
(package private) class |
LocalObjectToPack
|
private static class |
PackBitmapIndexBuilder.PositionEntry |
Modifier and Type | Method and Description |
---|---|
ObjectIdOwnerMap<ObjectIdOwnerMap.Entry> |
PackBitmapIndexBuilder.getObjectSet()
Get set of objects included in the pack.
|
Modifier and Type | Class and Description |
---|---|
private static class |
BaseSearch.TreeWithData |
class |
ObjectToPack
Per-object state used by
PackWriter . |
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.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ReftableWriter.RefList |
Modifier and Type | Class and Description |
---|---|
class |
ObjectIdOwnerMap<V extends ObjectIdOwnerMap.Entry>
Fast, efficient map for
ObjectId subclasses in
only one map. |
Modifier and Type | Field and Description |
---|---|
(package private) V[][] |
ObjectIdOwnerMap.directory
Top level directory of the segments.
|
(package private) ObjectIdOwnerMap.Entry |
ObjectIdOwnerMap.Entry.next |
Modifier and Type | Method and Description |
---|---|
private V[] |
ObjectIdOwnerMap.newSegment() |
Modifier and Type | Class and Description |
---|---|
class |
PlotCommit<L extends PlotLane>
A commit reference to a commit in the DAG.
|
Modifier and Type | Class and 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 and Description |
---|---|
class |
PackedObjectInfo
Description of an object stored in a pack file, including offset.
|
private static class |
PackParser.DeltaChain |