| 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.diff |
Comparing file contents by computing diffs.
|
| org.eclipse.jgit.lfs.lib | |
| org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
| org.eclipse.jgit.pgm | |
| org.eclipse.jgit.pgm.opt | |
| org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
| org.eclipse.jgit.submodule |
Git submodule support.
|
| org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
| org.eclipse.jgit.treewalk.filter |
Filters for use in tree walking.
|
| Class and Description |
|---|
| PathFilter
Includes tree entries only if they match the configured path.
|
| TreeFilter
Selects interesting tree entries during walking.
|
| Class and Description |
|---|
| PathFilter
Includes tree entries only if they match the configured path.
|
| Class and Description |
|---|
| TreeFilter
Selects interesting tree entries during walking.
|
| Class and Description |
|---|
| TreeFilter
Selects interesting tree entries during walking.
|
| Class and Description |
|---|
| IndexDiffFilter
A performance optimized variant of
TreeFilter.ANY_DIFF which should be
used when among the walked trees there is a
DirCacheIterator and a
WorkingTreeIterator. |
| TreeFilter
Selects interesting tree entries during walking.
|
| Class and Description |
|---|
| TreeFilter
Selects interesting tree entries during walking.
|
| Class and Description |
|---|
| TreeFilter
Selects interesting tree entries during walking.
|
| Class and Description |
|---|
| PathFilter
Includes tree entries only if they match the configured path.
|
| TreeFilter
Selects interesting tree entries during walking.
|
| Class and Description |
|---|
| TreeFilter
Selects interesting tree entries during walking.
|
| Class and Description |
|---|
| TreeFilter
Selects interesting tree entries during walking.
|
| Class and Description |
|---|
| AndTreeFilter
Includes a tree entry only if all subfilters include the same tree entry.
|
| ByteArraySet
Specialized set for byte arrays, interpreted as strings for use in
PathFilterGroup.Group. |
| ByteArraySet.Hasher
An incremental hash function.
|
| OrTreeFilter
Includes a tree entry if any subfilters include the same tree entry.
|
| PathFilter
Includes tree entries only if they match the configured path.
|
| PathSuffixFilter
Includes tree entries only if they end with the configured path (suffix
match).
|
| TreeFilter
Selects interesting tree entries during walking.
|