| Package | Description |
|---|---|
| org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
| org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
| Modifier and Type | Field and Description |
|---|---|
private IndexDiff |
Status.diff |
| Constructor and Description |
|---|
Status(IndexDiff diff)
Constructor for Status.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,IndexDiff> |
IndexDiff.submoduleIndexDiffs |