Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Method and Description |
---|---|
void |
TreeFormatter.append(String name,
RevBlob blob)
Add a regular file, mode is
FileMode.REGULAR_FILE . |
Modifier and Type | Method and Description |
---|---|
RevBlob |
RevWalk.lookupBlob(AnyObjectId id)
Locate a reference to a blob without loading it.
|
Copyright © 2014. All rights reserved.