| Class | Description |
|---|---|
| GitCommit |
The Commit structure has four main data items:
The Tree which is the hash of the content root
The parent, which is the hash of the previous version's Commit
meta-data <key, value> pairs
A text message describing the commit
|
| GitCommitJar |
Tree structure from a jar
|
| GitCommitTree |
Tree structure
|
| GitInputStream |
Stream with type/length combined with a data stream
|
| GitObjectStream |
Top-level class for a repository
|
| GitSystem |
Top-level class for a repository
|
| GitTree |
Tree structure
|
| GitWorkingTree |
Tree structure
|
| Enum | Description |
|---|---|
| GitType |
The possible types for a Git file
|
| Exception | Description |
|---|---|
| GitException |
Exception for Git processing
|