Package | Description |
---|---|
org.eclipse.jgit.blame |
Computing blame/annotate information of files.
|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
org.eclipse.jgit.util.sha1 |
Modifier and Type | Field and Description |
---|---|
private MutableObjectId |
BlameGenerator.idBuf |
Modifier and Type | Field and Description |
---|---|
(package private) MutableObjectId |
PackIndex.MutableEntry.idBuffer |
Modifier and Type | Field and Description |
---|---|
private MutableObjectId |
BaseSearch.idBuf |
Modifier and Type | Field and Description |
---|---|
private MutableObjectId |
ObjectChecker.tempId |
Constructor and Description |
---|
MutableObjectId(MutableObjectId src)
Copying constructor.
|
Modifier and Type | Field and Description |
---|---|
private MutableObjectId |
NoteMapMerger.objectIdPrefix |
Modifier and Type | Method and Description |
---|---|
private boolean |
NoteParser.parseObjectId(MutableObjectId id) |
Modifier and Type | Field and Description |
---|---|
(package private) MutableObjectId |
RevWalk.idBuffer |
Modifier and Type | Field and Description |
---|---|
private MutableObjectId |
WalkFetchConnection.idBuffer |
private MutableObjectId |
PackParser.tempObjectId |
Modifier and Type | Method and Description |
---|---|
(package private) PacketLineIn.AckNackResult |
PacketLineIn.readACK(MutableObjectId returnedId) |
Modifier and Type | Field and Description |
---|---|
private MutableObjectId |
TreeWalk.idBuffer |
Modifier and Type | Method and Description |
---|---|
AbstractTreeIterator |
AbstractTreeIterator.createSubtreeIterator(ObjectReader reader,
MutableObjectId idBuffer)
Create a new iterator for the current entry's subtree.
|
CanonicalTreeParser |
CanonicalTreeParser.createSubtreeIterator(ObjectReader reader,
MutableObjectId idBuffer)
Create a new iterator for the current entry's subtree.
|
void |
AbstractTreeIterator.getEntryObjectId(MutableObjectId out)
Obtain the ObjectId for the current entry.
|
void |
TreeWalk.getObjectId(MutableObjectId out,
int nth)
Obtain the ObjectId for the current entry.
|
Modifier and Type | Method and Description |
---|---|
void |
SHA1.digest(MutableObjectId id)
Finish the digest and return the resulting hash.
|