| Package | Description |
|---|---|
| org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
| org.eclipse.jgit.dircache |
Reading and editing the directory cache (index).
|
| 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.junit | |
| org.eclipse.jgit.lfs.internal | |
| org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
| org.eclipse.jgit.storage.file | |
| org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
| Class and Description |
|---|
| GC.RepoStatistics
A class holding statistical data for a FileRepository regarding how many
objects are stored as loose or packed objects
|
| Class and Description |
|---|
| FileSnapshot
Caches when a file was last read, making it possible to detect future edits.
|
| LockFile
Git style file locking and replacement.
|
| Class and Description |
|---|
| PackIndex |
| Class and Description |
|---|
| PackBitmapIndex
Logical representation of the bitmap data stored in the pack index.
|
| PackIndex |
| PackLock
Keeps track of a
PackFile's
associated .keep file. |
| PackReverseIndex
Reverse index for forward pack index.
|
| Class and Description |
|---|
| BasePackBitmapIndex
Base implementation of the PackBitmapIndex.
|
| BasePackBitmapIndex.StoredBitmap
Data representation of the bitmap entry restored from a pack index.
|
| BitmapIndexImpl
A compressed bitmap representation of the entire object graph.
|
| BitmapIndexImpl.ComboBitset |
| BitmapIndexImpl.CompressedBitmap
Wrapper for a
EWAHCompressedBitmap and PackBitmapIndex. |
| BitmapIndexImpl.CompressedBitmapBuilder |
| BitmapIndexImpl.MutableBitmapIndex |
| BitmapIndexImpl.MutableEntry |
| BitSet
A random access BitSet to supports efficient conversions to
EWAHCompressedBitmap.
|
| ByteArrayWindow
A
ByteWindow with an underlying byte array for storage. |
| ByteWindow
A window of data currently stored within a cache.
|
| CachedObjectDirectory
The cached instance of an
ObjectDirectory. |
| CachedObjectDirectory.UnpackedObjectId |
| DeltaBaseCache |
| DeltaBaseCache.Entry |
| DeltaBaseCache.Slot |
| FileObjectDatabase |
| FileObjectDatabase.InsertLooseObjectResult |
| FileRepository
Represents a Git repository.
|
| FileSnapshot
Caches when a file was last read, making it possible to detect future edits.
|
| GC
A garbage collector for git
FileRepository. |
| GC.RepoStatistics
A class holding statistical data for a FileRepository regarding how many
objects are stored as loose or packed objects
|
| InflatingBitSet
A wrapper around the EWAHCompressedBitmap optimized for the contains
operation.
|
| LazyObjectIdSetFile.Entry |
| LocalObjectRepresentation |
| LocalObjectToPack |
| LockFile
Git style file locking and replacement.
|
| ObjectDirectory
Traditional file system based
ObjectDatabase. |
| ObjectDirectory.AlternateHandle |
| ObjectDirectory.AlternateHandle.Id |
| ObjectDirectory.PackList |
| ObjectDirectoryInserter
Creates loose objects in a
ObjectDirectory. |
| PackBitmapIndex
Logical representation of the bitmap data stored in the pack index.
|
| PackBitmapIndexBuilder
Helper for constructing
PackBitmapIndexes. |
| PackBitmapIndexBuilder.PositionEntry |
| PackBitmapIndexBuilder.StoredEntry
Data object for the on disk representation of a bitmap entry.
|
| PackBitmapIndexRemapper
A PackBitmapIndex that remaps the bitmaps in the previous index to the
positions in the new pack index.
|
| PackBitmapIndexRemapper.Entry
An entry in the old PackBitmapIndex.
|
| PackedBatchRefUpdate
Implementation of
BatchRefUpdate that uses the packed-refs
file to support atomically updating multiple refs. |
| PackFile
A Git version 2 pack file representation.
|
| PackFile.Delta |
| PackIndex |
| PackIndex.EntriesIterator |
| PackIndex.MutableEntry
Represent mutable entry of pack index consisting of object id and offset
in pack (both mutable).
|
| PackIndexWriter
Creates a table of contents to support random access by
PackFile. |
| PackInserter
Object inserter that inserts one pack per call to
PackInserter.flush(), and never
inserts loose objects. |
| PackInserter.PackStream
Stream that writes to a pack file.
|
| PackLock
Keeps track of a
PackFile's
associated .keep file. |
| PackReverseIndex
Reverse index for forward pack index.
|
| RefDirectory
Traditional file system based
RefDatabase. |
| RefDirectory.LooseRef |
| RefDirectory.LooseSymbolicRef |
| RefDirectory.PackedRefList |
| RefDirectoryRename
Rename any reference stored by
RefDirectory. |
| RefDirectoryUpdate
Updates any reference stored by
RefDirectory. |
| ReflogWriter
Utility for writing reflog entries using the traditional one-file-per-log
format.
|
| UnpackedObjectCache
Remembers objects that are currently unpacked.
|
| UnpackedObjectCache.Table |
| WindowCache
Caches slices of a
PackFile in
memory for faster read access. |
| WindowCache.Entry |
| WindowCache.Lock |
| WindowCache.Ref
A soft reference wrapped around a cached object.
|
| WindowCursor
Active handle to a ByteWindow.
|
| WriteConfig |
| Class and Description |
|---|
| BitmapIndexImpl
A compressed bitmap representation of the entire object graph.
|
| PackBitmapIndexBuilder
Helper for constructing
PackBitmapIndexes. |
| PackBitmapIndexRemapper
A PackBitmapIndex that remaps the bitmaps in the previous index to the
positions in the new pack index.
|
| Class and Description |
|---|
| FileRepository
Represents a Git repository.
|
| ObjectDirectory
Traditional file system based
ObjectDatabase. |
| Class and Description |
|---|
| LockFile
Git style file locking and replacement.
|
| Class and Description |
|---|
| PackBitmapIndex
Logical representation of the bitmap data stored in the pack index.
|
| Class and Description |
|---|
| FileSnapshot
Caches when a file was last read, making it possible to detect future edits.
|
| Class and Description |
|---|
| PackIndex |
| PackLock
Keeps track of a
PackFile's
associated .keep file. |