| Package | Description |
|---|---|
| org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
| org.eclipse.jgit.internal.revwalk | |
| org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
| org.eclipse.jgit.pgm | |
| org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
| org.eclipse.jgit.revwalk.filter |
Filters for use in revision walking.
|
| Class and Description |
|---|
| RevFilter
Selects interesting revisions during walking.
|
| Class and Description |
|---|
| RevFilter
Selects interesting revisions during walking.
|
| Class and Description |
|---|
| RevFilter
Selects interesting revisions during walking.
|
| Class and Description |
|---|
| RevFilter
Selects interesting revisions during walking.
|
| Class and Description |
|---|
| ObjectFilter
Selects interesting objects when walking.
|
| RevFilter
Selects interesting revisions during walking.
|
| Class and Description |
|---|
| AndRevFilter
Includes a commit only if all subfilters include the same commit.
|
| CommitTimeRevFilter
Selects commits based upon the commit time field.
|
| ObjectFilter
Selects interesting objects when walking.
|
| OrRevFilter
Includes a commit if any subfilters include the same commit.
|
| PatternMatchRevFilter
Abstract filter that searches text using extended regular expressions.
|
| RevFilter
Selects interesting revisions during walking.
|
| RevFlagFilter
Matches only commits with some/all RevFlags already set.
|
| SubStringRevFilter
Abstract filter that searches text using only substring search.
|