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 | Description |
---|---|---|
void |
TreeFormatter.append(String name,
RevBlob blob) |
Add a regular file, mode is
FileMode.REGULAR_FILE . |
Modifier and Type | Method | Description |
---|---|---|
RevBlob |
RevWalk.lookupBlob(AnyObjectId id) |
Locate a reference to a blob without loading it.
|
Copyright © 2018. All rights reserved.