| Package | Description |
|---|---|
| org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
| org.eclipse.jgit.notes |
Git notes processing (for commits, etc).
|
| Modifier and Type | Method and Description |
|---|---|
ObjectId |
ObjectInserter.idFor(TreeFormatter formatter)
Compute the ObjectId for the given tree without inserting it.
|
ObjectId |
ObjectInserter.Filter.idFor(TreeFormatter formatter) |
ObjectId |
ObjectInserter.insert(TreeFormatter formatter)
Insert a single tree into the store, returning its unique name.
|
| Modifier and Type | Method and Description |
|---|---|
private TreeFormatter |
LeafBucket.build() |
private TreeFormatter |
FanoutBucket.build(boolean insert,
ObjectInserter inserter) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
NonNoteEntry.format(TreeFormatter fmt) |